Skip to content

Commit 2aeb015

Browse files
dweindldilpath
andauthored
Update tests/v1/test_priors.py
Co-authored-by: Dilan Pathirana <59329744+dilpath@users.noreply.github.com>
1 parent 749168c commit 2aeb015

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/v1/test_priors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ def test_priors_to_measurements(problem_id):
3939
assert petab.v1.lint_problem(petab_problem_priors) is False
4040

4141
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.
4244
x_scaled_dict = dict(
4345
zip(
4446
original_problem.x_free_ids,

0 commit comments

Comments
 (0)