neutrons / PyRS

Reduction and visualization software for Stress Residual (HB2B)
https://neutrons-pyrs.readthedocs.io/en/latest/index.html
GNU General Public License v3.0
6 stars 7 forks source link

Texture integration tests failing on analysis cluster #746

Closed peterfpeterson closed 4 years ago

peterfpeterson commented 4 years ago

The failing tests are skipped if the data archive is not present which is why these tests pass most places. The (truncated) failures are both from an invalid key, two_theta_0, into the calibration dict.

E           RuntimeError: Missing key parameter from JSON file tests/data/HB2B_calib_latest.json: 'two_theta_0'

pyrs/utilities/calibration_file_io.py:61: RuntimeError