-
Notifications
You must be signed in to change notification settings - Fork 52
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
MNT: Address deprecation warning in CI #864
base: master
Are you sure you want to change the base?
MNT: Address deprecation warning in CI #864
Conversation
DimitriPapadopoulos
commented
Apr 17, 2024
69dd9b2
to
ff52ee1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #864 +/- ##
==========================================
- Coverage 68.52% 68.52% -0.01%
==========================================
Files 86 86
Lines 8220 8218 -2
Branches 949 954 +5
==========================================
- Hits 5633 5631 -2
Misses 2580 2580
Partials 7 7 ☔ View full report in Codecov by Sentry. |
b97acf3
to
7132e8c
Compare
Is there any chance you've actually built an image you could screenshot? If not, I can put it on my todo list. |
FutureWarning: The 'delim_whitespace' keyword in pd.read_csv is deprecated and will be removed in a future version. Use ``sep='\s+'`` instead The sep parameter has been available since Pandas 1.0 at least.
Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.
7132e8c
to
1fbcda5
Compare
No, unfortunately no screenshot. |