Feature/general improvements#50
Conversation
|
Reworked some aspects of hamstring to be more expressive and flexible. Also fixed scaling issues for multithreading/processing. |
| # Verify prediction result | ||
| np.testing.assert_array_equal(result, mock_prediction) | ||
|
|
||
| def test_predict_aligns_features_to_model_order(self): |
There was a problem hiding this comment.
This test currently fails. Was the assertEqual perhaps meant to compare with list(DOMAINATOR_FEATURE_COLUMNS) instead of the reversed list?
There was a problem hiding this comment.
The same test also fails in test_domainator_detector.py
No description provided.