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 3467694 commit 531ce9dCopy full SHA for 531ce9d
hpctestlib/sciapps/metalwalls/benchmarks.py
@@ -1,6 +1,5 @@
1
"""ReFrame benchmark for MetalWalls"""
2
import re
3
-from typing import TypeVar
4
5
import reframe as rfm
6
import reframe.utility.sanity as sn
@@ -9,8 +8,6 @@
9
8
from reframe.core.parameters import TestParam as parameter
10
from reframe.core.variables import TestVar as variable
11
12
-R = TypeVar('R')
13
-
14
address_tpl = (
15
'https://gitlab.com/ampere2/metalwalls/-/raw/{version}/{bench}/{file}'
16
'?ref_type=tags\&inline=false'
0 commit comments