cctbx / dxtbx

Diffraction Experiment Toolbox
BSD 3-Clause "New" or "Revised" License
2 stars 12 forks source link

FormatMRC: relax MZ check #740

Closed dagewa closed 18 hours ago

dagewa commented 1 week ago

Allow MZ==1, which is a reasonable value for 3D ED data if MZ is interpreted as the number of volumes in a volume stack (as per https://doi.org/10.1016/j.jsb.2015.04.002).

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 66.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 41.75%. Comparing base (e8c2c92) to head (3c3787a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #740 +/- ## ========================================== - Coverage 41.76% 41.75% -0.01% ========================================== Files 188 188 Lines 16877 16880 +3 Branches 3233 3233 ========================================== + Hits 7048 7049 +1 - Misses 9179 9181 +2 Partials 650 650 ```