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

CLI: show beliefs does not handle NaN well #385

Closed
nhoening opened this issue Mar 8, 2022 · 1 comment · Fixed by #516
Closed

CLI: show beliefs does not handle NaN well #385

nhoening opened this issue Mar 8, 2022 · 1 comment · Fixed by #516
Assignees
Labels
bug Something isn't working CLI

Comments

@nhoening
Copy link
Contributor

nhoening commented Mar 8, 2022

If I plot a time span with NaN values in the database I get a not very informative error:

uniplot/options.py", line 52, in __post_init__
    assert self.y_max > self.y_min

Originally posted by @Flix6x in #379 (comment)

@nhoening nhoening added bug Something isn't working CLI labels Mar 8, 2022
@Flix6x
Copy link
Contributor

Flix6x commented Oct 3, 2022

uniplot==0.7.0 resolves this issue, see olavolav/uniplot#13. I've already implemented something that uses this latest uniplot release, and also makes sure that time series align when plotting multiple sensors with missing values. Will make a PR soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CLI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants