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

PublicationPlots do not check for non-finite data #737

Closed
odow opened this issue Mar 22, 2024 · 2 comments · Fixed by #738
Closed

PublicationPlots do not check for non-finite data #737

odow opened this issue Mar 22, 2024 · 2 comments · Fixed by #738

Comments

@odow
Copy link
Owner

odow commented Mar 22, 2024

From an un-named person on WhatsApp:

image
@bernardokp
Copy link

Thanks for the suggestion.

Signed: Unknown person

@odow
Copy link
Owner Author

odow commented Mar 22, 2024

We'd need to check the finiteness in

stage_data = stage_function.([data[stage] for data in dataset])
output_array[:, stage] .= Statistics.quantile(stage_data, quantiles)

But I think we should still accept NaN. So just +-Inf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants