Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing unittest for test_predict compute_predictions2 #72

Closed
citerana opened this issue Jul 11, 2017 · 1 comment
Closed

Failing unittest for test_predict compute_predictions2 #72

citerana opened this issue Jul 11, 2017 · 1 comment
Assignees

Comments

@citerana
Copy link
Contributor

Running ./scripts/test on develop yields this test failure:

----------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/src/rastervision/tagging/tasks/test/test_predict.py", line 48, in test_compute_predictions2
    self.assertTrue(np.array_equal(y_pred, y))
AssertionError: False is not true

----------------------------------------------------------------------
Ran 11 tests in 0.012s

FAILED (failures=1)```
@citerana citerana changed the title Failing unittest for train_model compute_predictions2 Failing unittest for test_predict compute_predictions2 Jul 11, 2017
@lewfish lewfish self-assigned this Jul 11, 2017
@lewfish
Copy link
Contributor

lewfish commented Jul 11, 2017

Fixed in #75

@lewfish lewfish closed this as completed Jul 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants