We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749168c commit 2aeb015Copy full SHA for 2aeb015
tests/v1/test_priors.py
@@ -39,6 +39,8 @@ def test_priors_to_measurements(problem_id):
39
assert petab.v1.lint_problem(petab_problem_priors) is False
40
41
original_problem = deepcopy(petab_problem_priors)
42
+ # All priors in this test case are defined on parameter scale, hence
43
+ # the dummy measurements will take the scaled nominal values.
44
x_scaled_dict = dict(
45
zip(
46
original_problem.x_free_ids,
0 commit comments