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

Warnings when running make small-test #181

Closed
mernst opened this issue Aug 8, 2023 · 1 comment · Fixed by #184
Closed

Warnings when running make small-test #181

mernst opened this issue Aug 8, 2023 · 1 comment · Fixed by #184
Assignees

Comments

@mernst
Copy link
Collaborator

mernst commented Aug 8, 2023

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?

@benedikt-schesch benedikt-schesch linked a pull request Aug 8, 2023 that will close this issue
@benedikt-schesch
Copy link
Owner

Fixed in v2

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