You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests of model evaluation dominate the test suite. This is almost definitely due to the use of hypothesis.
One potential solution is to leverage the fact that a lot of the work that hypothesis does can be cached/reused.
This would speed up testing without sacrificing coverage/thoroughness.
The text was updated successfully, but these errors were encountered:
Tests of model evaluation dominate the test suite. This is almost definitely due to the use of
hypothesis
.One potential solution is to leverage the fact that a lot of the work that
hypothesis
does can be cached/reused.This would speed up testing without sacrificing coverage/thoroughness.
The text was updated successfully, but these errors were encountered: