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

Fix failing tests in geo #100

Open
2 tasks
reidpr opened this issue Oct 16, 2014 · 0 comments
Open
2 tasks

Fix failing tests in geo #100

reidpr opened this issue Oct 16, 2014 · 0 comments
Assignees
Labels

Comments

@reidpr
Copy link
Owner

reidpr commented Oct 16, 2014

After upgrade to Python 3, some tests in geo are failing. Specifically:

  • geo.gmm.gmm_fit_log_heuristic(): the last test in this method returns 2 components when 3 are expected. Fix and re-enable test.
  • optimize.py has several issues related to TypeError: unorderable types: dict() < dict()

These tests have been disabled for now. The task is to fix the issue and re-enable the tests by changing testable.manualonly_register() to register() or removing the # doctest: +SKIP comment.

@reidpr reidpr added the bug label Oct 16, 2014
@reidpr reidpr changed the title Fix failing test in geo.gmm.gmm_fit_log_heuristic() Fix failing tests in geo Oct 16, 2014
@reidpr reidpr changed the title Fix failing tests in geo Fix failing tests in geo Oct 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants