-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
cleanup 🧹Refactorings and other tasks that improve the codeRefactorings and other tasks that improve the codereleasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
When running the test suite, currently 3 warnings will be raised from underlying libraries (seaborn and numpy) and are not catched.
These are the corresponding testcases:
tests/safeds/data/tabular/containers/_table/test_plot_correlation_heatmap.py::test_should_match_snapshot[empty]tests/safeds/data/tabular/containers/_table/test_plot_correlation_heatmap.py::test_should_match_snapshot[empty]tests/safeds/data/tabular/containers/_table/test_plot_histograms.py::test_should_match_snapshot[four columns]
For the first 2, the warnings are raised by some seaborn module and seems to have the same cause, the 3rd one is some numpy thing.
Desired solution
Ideal solution: Find the cause of the warnings and change the code to not produce these warnings anymore.
Possible alternatives (optional)
If it's absolutely clear that we can't do anything to fix these warnings:
Silence them in the code that produced them. (Not just in the tests!)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cleanup 🧹Refactorings and other tasks that improve the codeRefactorings and other tasks that improve the codereleasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done