Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Fix test_assert_is_detection_link to always raise assert error #304

Merged
merged 1 commit into from
Jun 27, 2017

Conversation

yuyu2172
Copy link
Member

Undesired test error from #301
https://travis-ci.org/chainer/chainercv/jobs/247044467

======================================================================
FAIL: test_assert_is_detection_link (test_assert_is_detection_link.transplant_class.<locals>.C)  parameter: {'link': <test_assert_is_detection_link.InvalidScoreSizeLink object at 0x7f353a392908>, 'valid': False}
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/chainer/chainercv/tests/utils_tests/testing_tests/assertions_tests/test_assert_is_detection_link.py", line 76, in test_assert_is_detection_link
    assert_is_detection_link(self.link, 20)
AssertionError: AssertionError not raised
----------------------------------------------------------------------
Ran 305 tests in 43.523s
FAILED (failures=1)

@yuyu2172 yuyu2172 force-pushed the fix-test-assert-is-detection-link branch from 0f59053 to abf3e6a Compare June 26, 2017 14:13
Copy link
Member

@Hakuyume Hakuyume left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM

@Hakuyume Hakuyume merged commit 441323b into chainer:master Jun 27, 2017
@yuyu2172 yuyu2172 added the bug label Jun 27, 2017
@yuyu2172 yuyu2172 added this to the v0.6 milestone Jun 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants