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
Describe the bug @JeremyBrent reported on ror-community/ror-api#125 that ROR API test suite running in a local instance is failing due to accuracy falling below the minimum threshold in the affiliation matching test. The test test_matching in tests_matching_v1.py is failing with current accuracy at 0.762 (confidence interval: 0.736-0.788).
To Reproduce
Set up local ROR API development environment
Run the test suite
Observe failure in rorapi.tests.tests_functional.tests_matching_v1.AffiliationMatchingTestCase
Expected behavior
The affiliation matching test should pass by meeting or exceeding the minimum accuracy threshold defined in ACCURACY_MIN.
Additional context
Full error trace:
======================================================================
FAIL: test_matching (rorapi.tests.tests_functional.tests_matching_v1.AffiliationMatchingTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/app/webapp/rorapi/tests/tests_functional/tests_matching_v1.py", line 53, in test_matching
self.assertTrue(accuracy >= ACCURACY_MIN)
AssertionError: False is not true
Their logs show accuracy is:
Accuracy: 0.762
Confidence Interval: (0.736, 0.788)
The text was updated successfully, but these errors were encountered:
Version
v1
Describe the bug
@JeremyBrent reported on ror-community/ror-api#125 that ROR API test suite running in a local instance is failing due to accuracy falling below the minimum threshold in the affiliation matching test. The test
test_matching
intests_matching_v1.py
is failing with current accuracy at 0.762 (confidence interval: 0.736-0.788).To Reproduce
rorapi.tests.tests_functional.tests_matching_v1.AffiliationMatchingTestCase
Expected behavior
The affiliation matching test should pass by meeting or exceeding the minimum accuracy threshold defined in
ACCURACY_MIN
.Additional context
Full error trace:
Their logs show accuracy is:
The text was updated successfully, but these errors were encountered: