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]: Prior-based default bounds results in poor Plot2d results #394

Open
BradyPlanden opened this issue Jul 5, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@BradyPlanden
Copy link
Member

BradyPlanden commented Jul 5, 2024

Python Version

3.12

Describe the bug

#338 added creation of default bounds from the prior when users don't define them during initial parameter class construction. As a result, Plot2d now displays this range when no bounds are provided. However, this can lead to poor visualizations since these bounds are based on a default multiplier of the mean prior value.

Steps to reproduce the behaviour

The current spm_MLE.py example showcases this problem quite well.

Relevant log output

No response

@BradyPlanden BradyPlanden added the bug Something isn't working label Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant