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
Some of our unit tests are probabilistic, so they sometimes fail.
The tests are intended to verify that things like sampling weights are being applied correctly. But since the sampling is random, occasionally the tests don't pass. We should make this more sophisticated 🙂
Some of our unit tests are probabilistic, so they sometimes fail.
The tests are intended to verify that things like sampling weights are being applied correctly. But since the sampling is random, occasionally the tests don't pass. We should make this more sophisticated 🙂
Here's an example of a probabilistic test:
https://github.com/UDST/choicemodels/blob/master/tests/test_mct.py#L46
And a failure that was resolved simply by re-running the test:
https://travis-ci.org/UDST/choicemodels/jobs/427893157
The text was updated successfully, but these errors were encountered: