Skip to content

Resolve AnnData FutureWarnings The dtype argument is deprecated#896

Merged
LucaMarconato merged 1 commit intomainfrom
fix/warnings
Mar 10, 2025
Merged

Resolve AnnData FutureWarnings The dtype argument is deprecated#896
LucaMarconato merged 1 commit intomainfrom
fix/warnings

Conversation

@Zethson
Copy link
Copy Markdown
Member

@Zethson Zethson commented Mar 4, 2025

Fixes #895

No more

site-packages/anndata/_core/anndata.py:401: FutureWarning: The dtype argument is deprecated and will be removed in late 2024.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.11%. Comparing base (62356a2) to head (fd54584).
Report is 11 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #896   +/-   ##
=======================================
  Coverage   92.11%   92.11%           
=======================================
  Files          48       48           
  Lines        7429     7429           
=======================================
  Hits         6843     6843           
  Misses        586      586           
Files with missing lines Coverage Δ
src/spatialdata/_core/operations/aggregate.py 94.35% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Zethson Zethson changed the title Fix AnnData warnings Resolve AnnData FutureWarnings The dtype argument is deprecated Mar 5, 2025
@LucaMarconato LucaMarconato merged commit 4021946 into main Mar 10, 2025
5 of 7 checks passed
@LucaMarconato LucaMarconato deleted the fix/warnings branch March 10, 2025 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Do not use dtype argument in AnnData constructor

2 participants