Skip to content

Commit

Permalink
import nit, XValueGen type tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Feb 5, 2025
1 parent e0d2bc3 commit 0df1804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/tiledbsoma_ml/query_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@

import numpy as np
from attrs import define, evolve
from tiledbsoma import (
ExperimentAxisQuery,
)
from tiledbsoma import ExperimentAxisQuery

from tiledbsoma_ml._utils import batched, splits
from tiledbsoma_ml.common import NDArrayJoinId
Expand Down
2 changes: 1 addition & 1 deletion tests/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from tiledbsoma_ml.common import MiniBatch, NDArrayJoinId

XValueGen = Callable[[range, range], spmatrix]
XValueGen = Callable[[range, range], coo_matrix]
ExpectedBatch = Tuple[List[List[int]], pd.DataFrame]


Expand Down

0 comments on commit 0df1804

Please sign in to comment.