Skip to content

Commit 93c07b5

Browse files
fix numpy import
1 parent 54b96c5 commit 93c07b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/netmap/utils/data_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from pathlib import Path
1010
import pyarrow.parquet as pq
1111
import pyarrow as pa
12+
import numpy as np
1213

1314
def attribution_to_anndata(attribution_list, var = None, obs = None)-> anndata.AnnData:
1415

0 commit comments

Comments
 (0)