Skip to content

Commit fcc2b58

Browse files
authored
Fix CP2K PBE test for un-released uenv (#499)
1 parent 8fdd73c commit fcc2b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checks/apps/cp2k/cp2k_uenv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ class Cp2kCheckPBE_UENV(Cp2kCheck_UENV):
310310
valid_prog_environs = ['+cp2k -dlaf']
311311
energy_reference = -2206.2426491358
312312

313-
@run_after('init')
313+
@run_before('run')
314314
def setup_input_and_wf(self):
315315
# Define input file depending on version
316316
# CP2K 2025.2 counts SCF steps differently

0 commit comments

Comments
 (0)