Skip to content

Commit

Permalink
fxtire fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Dec 15, 2023
1 parent 5c3f0ec commit 8e2bd20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@ def _generate_workchain(entry_point, inputs):


@pytest.fixture
def generate_workchain_aimreor(generate_workchain, generate_calc_job_node):
def generate_workchain_aimreor(
generate_workchain, generate_calc_job_node, filepath_tests
):
"""Generate an instance of a ``AimReorWorkChain``."""

def _generate_workchain_aimreor(
Expand All @@ -301,7 +303,7 @@ def _generate_workchain_aimreor(
"aim_params": aimreor_inputs,
"file": SinglefileData(
os.path.join(
filepath_tests(),
filepath_tests,
"workchains/inputs",
"water_wb97xd_augccpvtz_qtaim.wfx",
)
Expand Down

0 comments on commit 8e2bd20

Please sign in to comment.