Skip to content

Commit

Permalink
Update tests/v1/test_priors.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dilan Pathirana <59329744+dilpath@users.noreply.github.com>
  • Loading branch information
dweindl and dilpath authored Dec 9, 2024
1 parent 749168c commit 2aeb015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/v1/test_priors.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def test_priors_to_measurements(problem_id):
assert petab.v1.lint_problem(petab_problem_priors) is False

original_problem = deepcopy(petab_problem_priors)
# All priors in this test case are defined on parameter scale, hence
# the dummy measurements will take the scaled nominal values.
x_scaled_dict = dict(
zip(
original_problem.x_free_ids,
Expand Down

0 comments on commit 2aeb015

Please sign in to comment.