Skip to content

Commit

Permalink
remove failure test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris MacLellan committed Jul 9, 2021
1 parent 0b1d87d commit 93f539d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions concept_formation/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
from concept_formation.cobweb3 import ContinuousValue


def test_fail():
assert False


def test_most_likely_choice():
n = 100
some_list = [('a', 0.99), ('b', 0.01)]
Expand Down

0 comments on commit 93f539d

Please sign in to comment.