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
There was a problem hiding this comment.
Good catch! If I am not mistaken it failed because I did not adjust the names for the features in the test cases, after adapting them in the main source scripts. It should be fixed with the last commit :)
No description provided.