xgcm / xhistogram

Fast, flexible, label-aware histograms for numpy and xarray
https://xhistogram.readthedocs.io
MIT License
90 stars 20 forks source link

Remove time deadline from slow Hypothesis tests #82

Closed dougiesquire closed 2 years ago

dougiesquire commented 2 years ago

As described in https://github.com/xgcm/xhistogram/issues/74, some of the tests run with hypothesis fail intermittently. The error message suggests that this is due to the tests exceeding the default deadline in some hypothesis cases. In https://github.com/xgcm/xhistogram/pull/81, I removed the deadline for one of the slow tests in question and it seemed to help. But I missed another slow test. This PR removes the deadline for that test.

codecov[bot] commented 2 years ago

Codecov Report

Base: 97.20% // Head: 97.20% // No change to project coverage :thumbsup:

Coverage data is based on head (1e2fa08) compared to base (002d6bd). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #82 +/- ## ======================================= Coverage 97.20% 97.20% ======================================= Files 2 2 Lines 250 250 Branches 71 71 ======================================= Hits 243 243 Misses 5 5 Partials 2 2 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xgcm). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xgcm)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.