Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Unexpected result in mean_boolean_error #309

Copy link
Copy link
@agarwl

Description

@agarwl
Issue body actions

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?

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.