Skip to content

Fix failing tests in geo #100

Description

@reidpr

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions