Skip to content

Commit 9a6b245

Browse files
committed
fix relative paths for model file
1 parent 26c4010 commit 9a6b245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

petab/problem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def error(name: str) -> ValueError:
474474
raise error("visualization")
475475

476476
if yaml_file:
477-
yaml.create_problem_yaml(sbml_file, condition_file,
477+
yaml.create_problem_yaml(model_file, condition_file,
478478
measurement_file, parameter_file,
479479
observable_file, yaml_file,
480480
visualization_file,

0 commit comments

Comments
 (0)