Skip to content

Commit

Permalink
FIX: Fine Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Aug 22, 2023
1 parent 3b8fa92 commit d40efea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_nirs/statistics/tests/test_glm_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def test_create_results_glm_contrast():
assert df.shape == (n_channels, 10)

src = np.asarray(df["Source"])
assert src.dtype == int
assert src.dtype.kind == "i"


def test_results_glm_io():
Expand Down

0 comments on commit d40efea

Please sign in to comment.