-
Notifications
You must be signed in to change notification settings - Fork 29
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
MERSCOPE: don't try to load unexisting elements #87
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #87 +/- ##
==========================================
- Coverage 41.54% 41.24% -0.30%
==========================================
Files 16 16
Lines 869 885 +16
==========================================
+ Hits 361 365 +4
- Misses 508 520 +12
|
@quentinblampey looks good, do you think we can merge it? |
Hello @giovp, |
yes, let's do it! Thank you @quentinblampey ! |
Nice work! A minor thing, please update the changelog when making a PR 😊 (gonna update it in main for this PR). |
Thanks @LucaMarconato, and sorry for forgetting, next time I will update the changelog! |
Co-authored-by: Blampey Quentin <quentin.blampey@centralesupelec.fr>
Same as what was done for the Xenium reader: if the files that contain the points/shapes/table are not existing, they are not loaded (but a warning is shown).