Skip to content

Commit

Permalink
Skip slow BalancedBatchSampler test
Browse files Browse the repository at this point in the history
  • Loading branch information
norabelrose committed Mar 22, 2023
1 parent bba24d8 commit 03ba6e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_samplers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
from elk.extraction import BalancedBatchSampler, BalancedSampler
from elk.utils import assert_type, infer_label_column
from itertools import islice
import numpy as np
import pytest


@pytest.mark.skip(reason="This test is too slow to run on every commit")
def test_output_batches_are_balanced():
# Load an example dataset for testing
dataset = assert_type(
Expand Down

0 comments on commit 03ba6e0

Please sign in to comment.