Skip to content

Commit

Permalink
fixes sneaky git conflict message
Browse files Browse the repository at this point in the history
  • Loading branch information
ClimbsRocks committed Sep 12, 2017
1 parent 9d6cddc commit 6a1a175
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/classifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,6 @@ def getting_single_predictions_multilabel_classification(model_name=None):
assert lower_bound < second_score < 0.79


<<<<<<< HEAD
=======
def feature_learning_getting_single_predictions_classification(model_name=None):
np.random.seed(0)

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

assert lower_bound < second_score < -0.147

>>>>>>> 96df083f8056914a4dd549bfd44721e3931493e3

0 comments on commit 6a1a175

Please sign in to comment.