Skip to content

Commit

Permalink
remove unused os import
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Moors committed Nov 21, 2024
1 parent 6256839 commit b581f05
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eessi/testsuite/tests/apps/cp2k/cp2k.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import os

import reframe as rfm
from reframe.core.builtins import parameter, run_after, performance_function, sanity_function, fixture
import reframe.utility.sanity as sn
Expand Down Expand Up @@ -47,9 +45,6 @@ def set_bench_name(self):

@run_after('setup')
def prepare_test(self):
# self.prerun_cmds = [
# f'cp {os.path.join(os.path.dirname(__file__), "input", self.bench_name)}.inp ./'
# ]
self.executable_opts += ['-i', f'{self.stage_files.stagedir}/{self.bench_name}.inp']

@sanity_function
Expand Down

0 comments on commit b581f05

Please sign in to comment.