Skip to content

Commit

Permalink
(chore): remove erroneous difference
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Nov 28, 2024
1 parent 49a758e commit 3979acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_concatenate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ def test_concat_X_dtype(cpu_array_type, sparse_indexer_type):


# Tests how dask plays with other types on concatenation.
def test_concat_different_types_dask_merge(merge_strategy, array_type):
def test_concat_different_types_dask(merge_strategy, array_type):
import dask.array as da
from scipy import sparse

Expand Down

0 comments on commit 3979acf

Please sign in to comment.