-
Notifications
You must be signed in to change notification settings - Fork 7
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
Make UserWarnings in plots display as normal text #41
Labels
enhancement
New feature or request
Comments
mbelak-dtml
added a commit
that referenced
this issue
Aug 16, 2023
mbelak-dtml
added a commit
that referenced
this issue
Aug 16, 2023
mbelak-dtml
added a commit
that referenced
this issue
Aug 16, 2023
mbelak-dtml
added a commit
that referenced
this issue
Aug 16, 2023
mbelak-dtml
added a commit
that referenced
this issue
Aug 16, 2023
mbelak-dtml
added a commit
that referenced
this issue
Aug 29, 2023
mbelak-dtml
added a commit
that referenced
this issue
Sep 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In some places, a
UserWarning
is display to inform the user of some events, e.g. that some plot will not be displayed because there would be too many items do display.The places are:
edvart/edvart/report_sections/univariate_analysis.py
Line 187 in 7ec7bbb
edvart/edvart/report_sections/group_analysis.py
Line 355 in 7ec7bbb
There are additional warnings, which should be considered whether they should remain as warnings, or also be changed to normal text:
edvart/edvart/report_sections/timeseries_analysis/time_analysis_plot.py
Line 122 in bded09d
edvart/edvart/report_sections/timeseries_analysis/rolling_statistics.py
Line 96 in bded09d
edvart/edvart/report_sections/timeseries_analysis/seasonal_decomposition.py
Line 97 in bded09d
The text was updated successfully, but these errors were encountered: