Skip to content

Commit

Permalink
test actions on local repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Ercius ncem-gauss jupyter committed Sep 17, 2024
1 parent 08593dc commit d849b2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# test
import io

import numpy as np
Expand Down Expand Up @@ -159,4 +160,4 @@ def simulate_sparse_array():
'allow_full_expand': False,
}

return SparseArray(**kwargs)
return SparseArray(**kwargs)

0 comments on commit d849b2b

Please sign in to comment.