Skip to content

Commit 6a1a175

Browse files
committed
fixes sneaky git conflict message
1 parent 9d6cddc commit 6a1a175

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/classifiers.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,6 @@ def getting_single_predictions_multilabel_classification(model_name=None):
273273
assert lower_bound < second_score < 0.79
274274

275275

276-
<<<<<<< HEAD
277-
=======
278276
def feature_learning_getting_single_predictions_classification(model_name=None):
279277
np.random.seed(0)
280278

@@ -457,5 +455,3 @@ def feature_learning_categorical_ensembling_getting_single_predictions_classific
457455
# Make sure our score is good, but not unreasonably good
458456

459457
assert lower_bound < second_score < -0.147
460-
461-
>>>>>>> 96df083f8056914a4dd549bfd44721e3931493e3

0 commit comments

Comments
 (0)