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

viz.prob_dist_plot() truncates at 20 beds #6

Open
zmek opened this issue Jul 15, 2024 · 0 comments
Open

viz.prob_dist_plot() truncates at 20 beds #6

zmek opened this issue Jul 15, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@zmek
Copy link
Owner

zmek commented Jul 15, 2024

Describe the Bug

truncate_at_beds=20 which may not be correct in all probability distributions

To Reproduce

from viz.prob_dist_plot import prob_dist_plot

prob_dist_plot(prob_dist_data=prob_dist[list(prob_dist.keys())[0]]['pred_demand'], 
    title_=title_,  
    include_titles=False)
...

Expected Behaviour

Set default value to None

Actual Behaviour

image

Version In Use

0

Additional Context

- Python version:
- Operating system:
@zmek zmek added the bug Something isn't working label Jul 15, 2024
@zmek zmek self-assigned this Jul 15, 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