Skip to content

Commit

Permalink
#963 make path absolute in test
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Apr 29, 2020
1 parent 77d10da commit 1ace4ed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/unit/test_parameters/test_parameter_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,13 @@ def test_interpolant_against_function(self):
"interpolation": "[data]lico2_data_example",
},
path=os.path.join(
"input", "parameters", "lithium-ion", "cathodes", "lico2_Marquis2019"
pybamm.root_dir(),
"pybamm",
"input",
"parameters",
"lithium-ion",
"cathodes",
"lico2_Marquis2019",
),
check_already_exists=False,
)
Expand Down

0 comments on commit 1ace4ed

Please sign in to comment.