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

handling mixed slices and volumes #62

Merged
merged 9 commits into from
Jul 27, 2023

Conversation

chrishavlin
Copy link
Collaborator

Closes #58

Goal: be able to add both 2d and 3d layers without error. The orientation between 2d and 3d layers may not be correct but you'll be able to toggle visible layers on/off and not have errors.

@chrishavlin chrishavlin added bug Something isn't working enhancement New feature or request labels Jul 27, 2023
@chrishavlin chrishavlin added this to the v0.1.0 milestone Jul 27, 2023
@chrishavlin chrishavlin marked this pull request as draft July 27, 2023 18:12
@chrishavlin
Copy link
Collaborator Author

Currently just adding some functionality for tracking 2d/3d and upgrading the LayerDomain object from 2d to 3d with a new dimension, but the reader is not using it yet.

@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (cbc8af9) 99.79% compared to head (8ec7dde) 99.80%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #62   +/-   ##
=======================================
  Coverage   99.79%   99.80%           
=======================================
  Files          24       24           
  Lines        1452     1516   +64     
=======================================
+ Hits         1449     1513   +64     
  Misses          3        3           
Files Changed Coverage Δ
src/yt_napari/_model_ingestor.py 100.00% <100.00%> (ø)
src/yt_napari/_tests/test_model_ingestor.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@chrishavlin chrishavlin marked this pull request as ready for review July 27, 2023 21:30
@chrishavlin
Copy link
Collaborator Author

huh, that windows test is flakey.

@chrishavlin chrishavlin merged commit e965a86 into data-exp-lab:main Jul 27, 2023
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2d/3d conflict
1 participant