Skip to content

Commit b04702e

Browse files
committed
Update Python wf
1 parent a13f645 commit b04702e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biobb_wf_md_setup/tests/python/biobb_wf_md_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def step0_reduce_remove_hydrogens(config, system=None):
3333
reduce_remove_hydrogens(**global_paths["step0_reduce_remove_hydrogens"], properties=global_prop["step0_reduce_remove_hydrogens"])
3434

3535
assert fx.not_empty(global_paths["step0_reduce_remove_hydrogens"]["output_path"])
36-
assert fx.equal(global_paths["step0_reduce_remove_hydrogens"]["output_path"], f'reference/step0_reduce_remove_hydrogens/{Path(global_paths["step0_cmip_prepare_pdb"]["output_path"]).name}')
36+
assert fx.equal(global_paths["step0_reduce_remove_hydrogens"]["output_path"], f'reference/step0_reduce_remove_hydrogens/{Path(global_paths["step0_reduce_remove_hydrogens"]["output_path"]).name}')
3737

3838
global global_work_dir
3939
global_work_dir = conf.get_working_dir_path()

0 commit comments

Comments
 (0)