cctbx / dxtbx

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

Add Laue experiment type #733

Closed toastisme closed 4 months ago

toastisme commented 5 months ago

This adds LAUE as a type from experiment.get_type(). Defined as any experiment with a PolychromaticBeam.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 41.76%. Comparing base (2732092) to head (a724d7d). Report is 6 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #733 +/- ## ========================================== + Coverage 41.73% 41.76% +0.02% ========================================== Files 187 188 +1 Lines 16857 16877 +20 Branches 3226 3233 +7 ========================================== + Hits 7035 7048 +13 - Misses 9173 9174 +1 - Partials 649 655 +6 ```