We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 small-test
I get these warnings when I run make small-test:
merge_tester: Done Number of inconsistent entries: 0 Number of trivial merges: 3 Number of failed trivial merges (will be ignored): 0 /home/mernst/.venv/lib/python3.11/site-packages/seaborn/matrix.py:202: RuntimeWarning: All-NaN slice encountered vmin = np.nanmin(calc_data) /home/mernst/.venv/lib/python3.11/site-packages/seaborn/matrix.py:207: RuntimeWarning: All-NaN slice encountered vmax = np.nanmax(calc_data)
Could you please ensure that make small-test does not yield any warnings?
The text was updated successfully, but these errors were encountered:
Fixed in v2
Sorry, something went wrong.
benedikt-schesch
Successfully merging a pull request may close this issue.
I get these warnings when I run
make small-test
:Could you please ensure that
make small-test
does not yield any warnings?The text was updated successfully, but these errors were encountered: