Skip to content

Commit

Permalink
silence dask warning
Browse files Browse the repository at this point in the history
  • Loading branch information
namsaraeva committed Dec 10, 2024
1 parent 7409b41 commit 1177aa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scportrait/io/daskmmap.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import warnings

warnings.filterwarnings("ignore", message=".*`dataframe.query-planning`.*")
import dask
import dask.array as da
import h5py
Expand Down

0 comments on commit 1177aa6

Please sign in to comment.