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 98d94c9 commit ce0f5a5Copy full SHA for ce0f5a5
cscs-checks/apps/spark/spark_check.py
@@ -6,7 +6,7 @@
6
7
8
@rfm.simple_test
9
-class SparkAnalyticsCheck(rfm.RunOnlyRegressionTest):
+class SparkCheck(rfm.RunOnlyRegressionTest):
10
def __init__(self):
11
super().__init__()
12
self.descr = 'Simple calculation of pi with Spark'
0 commit comments