Unexpected result in mean_boolean_error · Issue #309 · aimacode/aima-python · GitHub
Skip to content

Unexpected result in mean_boolean_error #309

Description

@agarwl

I have written some tests in #293 and the py.test fails on this particular example during the travis build.

 def test_mean_boolean_error():
  >       assert mean_boolean_error([1,1], [0,0]) == 1
  E       assert 0.5 == 1
  E        +  where 0.5 = mean_boolean_error([1, 1], [0, 0])

This test works fine locally as it should because mean_boolean_error([1, 1], [0, 0]) is indeed 1 . What could be the source of this error?

@norvig is this the expected behaviour?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions