Skip to content

Commit

Permalink
Merge pull request #82 from dougiesquire/TEST_extend_hypothesis_tests
Browse files Browse the repository at this point in the history
Remove time deadline from slow Hypothesis tests
  • Loading branch information
dougiesquire authored Sep 20, 2022
2 parents 002d6bd + 1e2fa08 commit a73be2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xhistogram/test/test_chunking_hypotheses.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_all_chunking_patterns_1d(self, chunks):
np.testing.assert_allclose(hist, h)

# TODO mark as slow?
@settings(deadline=None)
@given(chunk_shapes(n_dim=2, max_arr_len=8))
def test_all_chunking_patterns_2d(self, chunks):

Expand Down

0 comments on commit a73be2f

Please sign in to comment.