Skip to content

Commit

Permalink
Update test_train_svm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
floriancafiero authored Dec 18, 2024
1 parent 37f420f commit 4fb15ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_train_svm.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def test_train_svm(self):
results = superstyl.train_svm(train2, test, final_pred=True, balance="SMOTE")
# THEN
self.assertEqual(results['final_predictions'].to_dict()["author"], expected_preds["author"])
# This is only the first minimal tests for this function"


# This is only the first minimal tests for this function"

0 comments on commit 4fb15ae

Please sign in to comment.