Skip to content

Commit

Permalink
Merge branch 'develop' into fix_petab_importer_amici_validation
Browse files Browse the repository at this point in the history
  • Loading branch information
dilpath authored Oct 26, 2023
2 parents 38dcbc9 + 7210de8 commit 114d207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sample/test_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


def gaussian_llh(x):
return float(norm.logpdf(x))
return float(norm.logpdf(x).item())


def gaussian_problem():
Expand Down

0 comments on commit 114d207

Please sign in to comment.