We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Problem.to_files
1 parent 26c4010 commit 605d086Copy full SHA for 605d086
1 file changed
petab/problem.py
@@ -474,7 +474,7 @@ def error(name: str) -> ValueError:
474
raise error("visualization")
475
476
if yaml_file:
477
- yaml.create_problem_yaml(sbml_file, condition_file,
+ yaml.create_problem_yaml(model_file, condition_file,
478
measurement_file, parameter_file,
479
observable_file, yaml_file,
480
visualization_file,
0 commit comments