-
Notifications
You must be signed in to change notification settings - Fork 7
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
Some sections of cfg_dingo are not available after pickle re-import #171
Comments
The import of Potential solutions
What do you think about option 2, @nesnoj ? |
👍 Option 2 👍 |
"Some" measures were required to fix this one:
So the config is now accessible at Within dingo, the access on config data via cfg_dingo.get() remains as it is, modifications for access via ND's config were implemented in an extra branch but too shabby to use it in dev (for now: we better keep it trapped there). |
Concerning the content in the mentioned branch |
Closed, handling of pickle option will be discussed in #386. |
When re-importing
NetworkDingo
that was earlier pickled to a file, some sections ofcfg_dingo
aren't available anymore.Add
then re-import this data with
a.to_dataframe()
runs into to a KeyError because section 'geo' is not available incfg_dingo
.The text was updated successfully, but these errors were encountered: