Skip to content

Conversation

@xhuang-jpl
Copy link
Contributor

This PR is to fix the ionosphere script where the original runconfig get updated. Specifically,

If original_cfg is a dictionary containing nested dictionaries, then .copy() creates a shallow copy and only the top-level dictionary is copied. However, the nested dictionaries are still shared between original_cfg and iono_insar_cfg. So modifying a nested value in iono_insar_cfg will also affect original_cfg, because they reference the same inner object.

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.

1 participant