Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ChangeModel results in RuntimeWarning for some parameters #463

Closed
raoulcollenteur opened this issue Jan 13, 2023 · 1 comment
Closed
Assignees
Labels
bug Indicates an unintended behavior or coding error

Comments

@raoulcollenteur
Copy link
Member

Describe the bug

ChangeModel results in RuntimeWarning for some parameters

To Reproduce

See Notebook on changemodel

Expected behavior

No runtime warnings :)

Screenshots

RuntimeWarning: overflow encountered in exp omega = 1 / (np.exp(beta * (t - sigma)) + 1)

Python package version

Python version: 3.10.5 | packaged by conda-forge | (main, Jun 14 2022, 07:09:13) [Clang 13.0.1 ]
NumPy version: 1.22.3
SciPy version: 1.9.3
Pandas version: 1.5.1
Pastas version: 0.23.0b
Matplotlib version: 3.6.2
numba version: 0.56.3

@raoulcollenteur raoulcollenteur added the bug Indicates an unintended behavior or coding error label Jan 13, 2023
@raoulcollenteur raoulcollenteur added this to the 1.0: Arrabiata milestone Jan 13, 2023
@raoulcollenteur raoulcollenteur self-assigned this Jan 13, 2023
raoulcollenteur added a commit that referenced this issue Jan 16, 2023
@raoulcollenteur
Copy link
Member Author

Close as fixed in PR #464 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unintended behavior or coding error
Projects
None yet
Development

No branches or pull requests

1 participant