-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Task splitting algorithm fails to split tasks when custom data extracts uploaded #1176
Comments
Related: #1172 |
I think this is probably a frontend issue too - the custom data extract is not passing to either task splitting or the generate endpoints. |
I'm about to start a brand-new dive into the splitting algorithm starting Monday. I suspect that in at least some situations, there are non-replicable failures. The splitting algorithm can probably fail given some kinds of broken OSM data, which wouldn't be replicable unless you tried to split exactly the same AOI with exactly the same parameters. Basically I think we need:
|
We have point 3 covered - I wrote quite a few tests for fmtm-splitter 😄 You can run them with: docker compose run --rm splitter pytest With this in mind, I just wrote a very quick guide to testing updates to fmtm-splitter visually: https://hotosm.github.io/fmtm-splitter/testing-visually/ Also related hotosm/fmtm-splitter#24 |
Describe the bug
Task splitting algorithm fails to split tasks. The API shows 200 but response shows null in the features. This can be reproduced by choosing custom data extracts.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Smooth task splitting and project creation
Screenshots
The text was updated successfully, but these errors were encountered: