-
Notifications
You must be signed in to change notification settings - Fork 10
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/geojson command #191
Fix/geojson command #191
Conversation
thanks @swaradgat19 - flake8 is failing with i re-queued the failing tests -- maybe it was something random. i could not find any useful error messages in the ubuntu and docker tests. |
the docker and ubuntu tests are still failing. i will have to run those locally to see what is going on. |
@swaradgat19 - i think i figured out the failure. in wsinfer/.github/workflows/ci.yml Lines 107 to 108 in 59c0f5c
update the directory to use i am not sure why the windows tests are passing.... the directory seems incorrect. either i didn't write that test properly or the model-outputs directory is still being made somehow. |
Oh sure. I'll make the changes |
nice, the ubuntu test passes now! flake8 is throwing the following error
|
I ran flake8 wsinfer, but it just gives me a bunch of errors saying the lines are long in multiple files. I'll shorten all and put in a commit. Also, since we're generating |
i think you can shorten line 92 of yes we should add in a future PR, we can add tests for the geojson conversion. |
excellent, all the tests passed! let me try this out on my machine to see how thing are. then i will merge. thanks so much @swaradgat19 ! |
My pleasure! :) @kaczmarj |
fixes #181