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 4ed2205 commit 9fa39f7Copy full SHA for 9fa39f7
cscs-checks/apps/spark/spark_check.py
@@ -8,7 +8,6 @@
8
@rfm.simple_test
9
class SparkCheck(rfm.RunOnlyRegressionTest):
10
def __init__(self):
11
- super().__init__()
12
self.descr = 'Simple calculation of pi with Spark'
13
self.valid_systems = ['daint:gpu', 'daint:mc',
14
'dom:gpu', 'dom:mc']
0 commit comments