-
Notifications
You must be signed in to change notification settings - Fork 46
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
capacitated p-median with predefined facilities #374
Conversation
…ion to index codings
Codecov Report
@@ Coverage Diff @@
## main pysal/pysal#374 +/- ##
=======================================
+ Coverage 76.7% 76.8% +0.1%
=======================================
Files 27 27
Lines 2479 2516 +37
=======================================
+ Hits 1902 1933 +31
- Misses 577 583 +6
|
import os | ||
|
||
|
||
class TestSyntheticLocate: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent, small synthetic test.
Thank you for opening these!
|
I thought we had already had that one in our References, but it looks we had missed it. So nice catch. A |
This PR is a continuation of the AGILE 2023 project and will supersede pysal/pysal#358