-
Notifications
You must be signed in to change notification settings - Fork 8
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
Added utility functions to update and remove a view #368
Conversation
@keller-mark these would need to be added to the docs, once finalized and approved. |
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.
Could we add some tests for these functions? e.g. extending the cases here: https://github.com/vitessce/vitessce-python/blob/tkakar/cat-907-add-get-view/tests/test_config.py
@NickAkhmetov thanks for reviewing. Will add the tests. |
It looks very good overall, I would change the naming of these functions and refactor the two into four for clarity, then it is ready to merge |
@keller-mark thanks for reviewing. will fix these. |
"Merged main"
This PR adds functions
get_views()
,get_view_by()
, andremove_view_by
to update or remove a view from the ConfigView.Addresses #104