cctbx / dxtbx

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

Scan from dict fix #693

Closed toastisme closed 4 months ago

toastisme commented 4 months ago

This fixes three bugs:

The first two are tested in test_scan_properties_from_dict. The third was picked up in test_experimentlist_dumper_dump_formats and test_experimentlist_dumper_dump_scan_varying.

codecov[bot] commented 4 months ago

Codecov Report

Attention: 19 lines in your changes are missing coverage. Please review.

Comparison is base (39e463e) 42.40% compared to head (ceaae2f) 42.44%. Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #693 +/- ## ========================================== + Coverage 42.40% 42.44% +0.03% ========================================== Files 186 186 Lines 16358 16408 +50 Branches 3121 3141 +20 ========================================== + Hits 6937 6964 +27 - Misses 8789 8805 +16 - Partials 632 639 +7 ```