mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-10 19:38:52 -06:00
Reformat source code with Black; add pre-commit hooks and CI checks
This commit is contained in:
@@ -17,4 +17,3 @@ def test_evaluator():
|
||||
ev = ClassifierEvaluator()
|
||||
assert ev.evaluate(clf_a, x_train, y_train) == 1.0
|
||||
assert ev.evaluate(clf_b, x_train, y_train) == 0.5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user