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

MNT: Address deprecation warning in CI #864

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DimitriPapadopoulos
Copy link
Contributor

FutureWarning: The 'delim_whitespace' keyword in pd.read_csv is deprecated and will be removed in a future version. Use ``sep='\s+'`` instead

Copy link

codecov bot commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.52%. Comparing base (830b4fc) to head (7132e8c).

❗ Current head 7132e8c differs from pull request most recent head 1fbcda5. Consider uploading reports for the commit 1fbcda5 to get more accurate results

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.
📢 Have feedback on the report? Share it here.

niworkflows/viz/plots.py Outdated Show resolved Hide resolved
@effigies
Copy link
Member

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.
@DimitriPapadopoulos
Copy link
Contributor Author

DimitriPapadopoulos commented Apr 18, 2024

No, unfortunately no screenshot.

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 this pull request may close these issues.

2 participants