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

create an option in core/merge_new_data to ignore invalid keys #8

Open
tinatn29 opened this issue Feb 23, 2024 · 1 comment
Open

create an option in core/merge_new_data to ignore invalid keys #8

tinatn29 opened this issue Feb 23, 2024 · 1 comment

Comments

@tinatn29
Copy link
Collaborator

tinatn29 commented Feb 23, 2024

Currently, merge_new_data(new_dataset) ignores keys that are in new_dataset but not in the existing self.dataset. We can make this optional and add those keys to self.dataset as new entries if a new argument 'ignore_invalid_keys=False'? + need to add more test cases for this

@sbillinge
Copy link
Contributor

closed by #7

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

No branches or pull requests

2 participants