We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e1faa commit 623b0daCopy full SHA for 623b0da
cscs-checks/apps/vasp/vasp_check.py
@@ -64,7 +64,6 @@ def assert_reference(self):
64
self.stdout, 'result', float)
65
return sn.assert_reference(force, -.85026214E+03, -1e-5, 1e-5)
66
67
-
68
@run_after('init')
69
def setup_system_filtering(self):
70
self.descr = f'VASP check ({self.num_nodes} node(s))'
@@ -76,8 +75,8 @@ def setup_system_filtering(self):
76
75
16: ['daint:gpu', 'daint:mc', 'eiger:mc']
77
}
78
79
- self.skip_if(self.num_nodes not in valid_systems,
80
- f'No valid systems found for {self.num_nodes}(s)')
+ self.skip_if(self.num_nodes not in valid_systems,
+ f'No valid systems found for {self.num_nodes}(s)')
81
self.valid_systems = valid_systems[self.num_nodes]
82
83
# setup programming environment filter
0 commit comments