Skip to content

Commit

Permalink
Making the linter happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Satish Kamath committed Jun 10, 2024
1 parent c5e0245 commit df8873c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eessi/testsuite/tests/apps/espresso/espresso.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ def run_after_init(self):
@run_after('init')
def set_tag_ci(self):
""" Setting tests under CI tag. """
if (self.benchmark_info[0] in ['mpi.ionic_crystals.p3m'] and
SCALES[self.scale]['num_nodes'] < 2):
if (self.benchmark_info[0] in ['mpi.ionic_crystals.p3m'] and SCALES[self.scale]['num_nodes'] < 2):
self.tags.add('CI')
log(f'tags set to {self.tags}')

Expand Down

0 comments on commit df8873c

Please sign in to comment.