cctbx / dxtbx

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

Multi-axis goniometer needs `axes=` not `axis=` #730

Closed dagewa closed 2 months ago

dagewa commented 2 months ago

Raise an error to ensure the user does not set axis= and not notice when it does nothing.

Fixes #729

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 41.75%. Comparing base (8f409a9) to head (055ad95).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #730 +/- ## ========================================== - Coverage 41.76% 41.75% -0.01% ========================================== Files 187 187 Lines 16851 16853 +2 Branches 3223 3224 +1 ========================================== Hits 7037 7037 - Misses 9164 9165 +1 - Partials 650 651 +1 ```