James Gaboardi
James Gaboardi
@sjsrey are we expecting anything more on this prior to the `v0.1.0` release?
Addressing #269.
congrats on another successful PR @erinrolson! :tada:
The test does not fail locally with Python 3.10.2.
This appears to have worked itself out somewhere along the way. All tests are green again.
Seems to be failing again for Python 3.10 on Windows, [but only sometimes](https://github.com/pysal/spopt/runs/6853689627?check_suite_focus=true).
This is causing headaches again. https://github.com/pysal/spopt/runs/7520297888?check_suite_focus=true
This failure is really messy with development efforts. Let's mark the [`test_region_k_means_heuristic_synth_small`](https://github.com/pysal/spopt/blob/a17c8da5132cd8b77db3738af377adeb1d01abfd/spopt/tests/test_region_k_means.py#L36-L39) with an [`xfail`](https://docs.pytest.org/en/7.1.x/how-to/skipping.html#xfail-mark-test-functions-as-expected-to-fail) until we work out the situation.