Skip to content

Commit 55a3d49

Browse files
committed
Style fixes
1 parent 70f4753 commit 55a3d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cscs-checks/mch/cuda_stress_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def set_environment(self):
3030

3131
@run_after('setup')
3232
def set_modules(self):
33-
if self.current_system.name in{'arolla', 'tsa'}:
33+
if self.current_system.name in {'arolla', 'tsa'}:
3434
self.modules = ['cuda/10.1.243']
3535
elif self.current_environ.name != 'PrgEnv-nvidia':
3636
self.modules = ['craype-accel-nvidia60', 'cdt-cuda']

0 commit comments

Comments
 (0)