You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use image files from dials-data image_examples, not from dials_regression (#801)
* Fix test_imageset.py::test_format to use dials-data
* Turns out bzip2-compressed RAXIS images could not be read, but that could be
got around by copying image reading code from iotbx into get_raw_data,
ensuring the file is only opened by the compression-aware Format class
open_file method.
* Fix FormatRAXISII too
* Fixes for test_experiment_list.py
* test_datablock.py no longer contains any tests. So delete it
* Fix two more tests that read particular files from image_examples
* Fix test_FormatCBFMiniPilatusDLS12M.py::test_bad_pixel_mask
* Fix test_imageset.py::test_multi_panel
* Fix test_cbf_mini_as_file.py::test_cbf_writer
* Fxi test_FormatPYunspecified.py::test_static_mask
* Fix test_FormatSMVADSC.py
* fix test_xds.py::test_to_xds_multi_panel_i23
* Move test_regression_images.py::test_detectorbase to use dials-data
* fix test_regression_images.py::test_read_image and test_regression_images.py::test_format_class_API_assumptions
* Remove test_regression_images.py::test_compressed_images as this is
adequately tested now anyway by the compressed images on dials-data
0 commit comments