Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pytest: ignore log(0) warnings (#2448)
The warning/error in #2444 is caused by `petab.parameters.scale()`. Whether this warning should be suppressed there or not is to discussed in the PEtab context. For amici, I'd say we're fine with just accepting `np.log(0) == -inf` without a warning. Closes #2444.
- Loading branch information