Skip to content

Commit

Permalink
FIX: More
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Sep 8, 2023
1 parent 97294ef commit eb76f9f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mne/io/fieldtrip/tests/test_fieldtrip.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import copy
import itertools
import os
from contextlib import nullcontext

import pytest
Expand Down Expand Up @@ -92,13 +91,6 @@ def test_read_evoked(cur_system, version, use_info):
@pytest.mark.filterwarnings("ignore:.*parse meas date.*:RuntimeWarning")
@pytest.mark.filterwarnings("ignore:.*number of bytes.*:RuntimeWarning")
@pytest.mark.parametrize("cur_system, version, use_info", all_test_params_epochs)
# Strange, non-deterministic Pandas errors:
# "ValueError: cannot expose native-only dtype 'g' in non-native
# byte order '<' via buffer interface"
@pytest.mark.skipif(
os.getenv("AZURE_CI_WINDOWS", "false").lower() == "true",
reason="Pandas problem on Azure CI",
)
def test_read_epochs(cur_system, version, use_info, monkeypatch):
"""Test comparing reading an Epochs object and the FieldTrip version."""
pandas = _check_pandas_installed(strict=False)
Expand Down

0 comments on commit eb76f9f

Please sign in to comment.