Skip to content
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

overhaul python bindings #3380

Merged
merged 13 commits into from
Dec 13, 2021
Merged

overhaul python bindings #3380

merged 13 commits into from
Dec 13, 2021

Conversation

nilsnolde
Copy link
Member

@nilsnolde nilsnolde commented Oct 29, 2021

fixes #3370

all things done from the issue. will comment more inline.

tests will fail. will migrate them to use unittest as well (as the script tests do) once this has some initial approval

…e bindings: dicts instead of str for requests, lowercase function names; integrate valhalla_build_config to final package
Comment on lines +2 to +7
"mjolnir": {
"max_cache_size": 1000000000,
"id_table_size": 1300000000,
"use_lru_mem_cache": false,
"lru_mem_cache_hard_control": false,
"use_simple_mem_cache": false,
Copy link
Member Author

@nilsnolde nilsnolde Oct 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops.. seems like that's the current output of valhalla_build_config.. or at least what the python json library makes of it. hope that's ok.

@nilsnolde
Copy link
Member Author

from my side this is done @kevinkreiser . no hurry here though, if we get it merged within the next 1-2 weeks that'd be cool.

@kevinkreiser kevinkreiser merged commit 4336553 into master Dec 13, 2021
@nilsnolde nilsnolde deleted the nn-overhaul-py branch March 27, 2023 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Overhaul python bindings
2 participants