-
Notifications
You must be signed in to change notification settings - Fork 0
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
parenx & osmnx methods & data; evaluation WIP #201
Conversation
question: we now have a lot of different read-in funcs in utils, only one of those using |
Good question. Some background: Can't at all remember why |
I think it would surely make sense to have fewer lines of code. And probably very doable with some minor refactoring. |
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.
To resolve the failures you'll need to update test_utils.test_read_parenex()
.
@jGaboardi i've updated the tests, lmk what you think! the parenx_voronoi and parenx_skeletonize ones can probably be merged (DRY), i was just not sure how to pass 2 zipped and 1 non-zipped parameter to the pytest.mark.parametrize |
All good. Nice work on this! |
this PR contains
parenx-voronoi
andparenx-skeletonize
, which each contain{fua}.parquet
file)evaluation
this resolves:
& xref (wip) #200