-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
De MRC Auto get Metadata #311
Conversation
aa0f522
to
ae2da82
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #311 +/- ##
==========================================
+ Coverage 87.84% 87.88% +0.03%
==========================================
Files 85 85
Lines 11180 11241 +61
Branches 2280 2294 +14
==========================================
+ Hits 9821 9879 +58
- Misses 860 863 +3
Partials 499 499 ☔ View full report in Codecov by Sentry. |
9e5ea13
to
59d7ca9
Compare
3ab2923
to
6d54935
Compare
Is it possible to downscale the size of the movie file by e.g. binning? |
Sure if that is helpful I can do that. |
We download only for testing, but still 32 MB for one data format is quite heavy. So far we have 137 MB of data and the edax format is the only other one that exceeds 30 MB where it could not be reduced (usually up to 10). So wherever we can be more slim without compromising testing, we should do so: https://rosettasciio.readthedocs.io/en/latest/contributing.html#making-test-data-files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CSSFrancis, when reviewing this PR, I start to wonder if the DE MRC metadata should be documented in the https://hyperspy.org/rosettasciio/file_specification/index.html section? What do you think?
I added references to where the .mrc file format is defined :) |
"Non-raster scans are not fully supported yet. Please raise an issue on GitHub" | ||
" if you need this feature." | ||
) | ||
if in_stem_mode == -1: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding my previous comment on adding information in file specification, I was thinking of this type of metadata, which are not documented in the MRC 2014 format.
Then these can be used for the review! :)
This doesn't need to be in this PR but longer term, we should aim to document format specification for the community. For example, in the past, the TIA-SER format was very documented online (the link is most likely still in the code) but this is not available anymore and this information is possibly lost or not openly accessible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is a good point, although the metadata there is basically whatever information we have from the microscope/ our camera. I'm working to standardize it a bit and add some documentation, but I might do that a bit later.
We can also write hspy
which in the longer term is a bit more desirable with the eventual goal to support writing into .zspy
.
pre-commit.ci autofix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tweak the documentation - please have a look and merge if you are happy with these changes.
One workflow fails, because some test fails which are present on main are missing from this branch - a rebase should fix it or it is merge to main. |
…anges or an older legacy file name is used.
for more information, see https://pre-commit.ci
75ef1bb
to
3a9dacd
Compare
There is a genuine test failure due to the It is trying to download from the following url: while the actual path is https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20%230_sum.mrc In the pooch registry, the file are saved as:
I added a third to use the custom url functionality but I think that the correct fix is that pooch parse the url. The update of the registry will fails because of the third columns and pre-commit CI will fail. pytest log=========================== short test summary info ============================
ERROR tests/test_import.py::test_import_version - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_rsciio_dir - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_rsciio_utils - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_import_all - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_format_name_aliases - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin0] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin1] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin2] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin3] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin4] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin5] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin17] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin18] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin19] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin20] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin21] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin22] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin23] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin24] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin25] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin26] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin27] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin28] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin29] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin30] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin31] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin32] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_lazy_not_implemented.py::test_lazy_not_implemented[dens] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_lazy_not_implemented.py::test_lazy_not_implemented[digitalsurf] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_lazy_not_implemented.py::test_lazy_not_implemented[impulse] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_lazy_not_implemented.py::test_lazy_not_implemented[jobinyvon] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_lazy_not_implemented.py::test_lazy_not_implemented[msa] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_lazy_not_implemented.py::test_lazy_not_implemented[netcdf] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_lazy_not_implemented.py::test_lazy_not_implemented[pantarhei] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_lazy_not_implemented.py::test_lazy_not_implemented[phenom] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_lazy_not_implemented.py::test_lazy_not_implemented[protochips] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_lazy_not_implemented.py::test_lazy_not_implemented[renishaw] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_lazy_not_implemented.py::test_lazy_not_implemented[trivista] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_set_log_level.py::test_set_log_level[CRITICAL] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
Error: ests/test_set_log_level.py::test_set_log_level[ERROR] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
Warning: ts/test_set_log_level.py::test_set_log_level[WARNING] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_set_log_level.py::test_set_log_level[INFO] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_set_log_level.py::test_set_log_level[DEBUG] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_set_log_level.py::test_set_log_level[NOTSET] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_rgbtools.py::TestRGBTools::test_rgbx2regular_array_corder_from_c - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_rgbtools.py::TestRGBTools::test_rgbx2regular_array_corder_from_c_dask - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_rgbtools.py::TestRGBTools::test_rgbx2regular_array_corder_from_f - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_rgbtools.py::TestRGBTools::test_rgbx2regular_array_corder_from_c_slices - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_rgbtools.py::TestRGBTools::test_rgbx2regular_array_cordermask_from_cmasked - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_rgbtools.py::TestRGBTools::test_rgbx2regular_array_cordermask_from_cmasked_slices - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_rgbtools.py::TestRGBTools::test_regular_array2rgbx_corder_from_c - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_rgbtools.py::TestRGBTools::test_regular_array2rgbx_corder_from_f - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_rgbtools.py::TestRGBTools::test_regular_array2rgbx_corder_from_c_slices - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_rgbtools.py::TestRGBTools::test_regular_array2rgbx_cordermask_from_cmasked - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_rgbtools.py::TestRGBTools::test_regular_array2rgbx_cordermask_from_cmasked_slices - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_msxml_sanitization - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_default_x2d - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_skip_interchild_text_flatten - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_concat_interchild_text_val_flatten - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_list_interchild_text_val_flatten - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_wrong_type_x2d_initiation - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_d2s_fail - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_d2s_dtype - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_d2s_extra_dict_ok - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_d2s_sarray - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_d2s_partial_sarray - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_d2s_type_cast_ok - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_d2s_type_cast_invalid - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_d2s_string_cut - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_d2s_array1 - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_d2s_array2 - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_d2s_arrayX - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_serial_date_to_ISO_format - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_ISO_format_to_serial_date - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_datetime_to_serial_date - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_get_date_time_from_metadata - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_get_chunk_slice[shape0] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_get_chunk_slice[shape1] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_get_chunk_slice[shape2] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/utils/test_utils.py::test_get_chunk_slice[shape3] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin6] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin7] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin8] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin9] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin10] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin11] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin12] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin13] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin14] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin15] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
ERROR tests/test_import.py::test_dir_plugins[plugin16] - requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://github.com/CSSFrancis/rosettasciio/raw/de_mrc_auto/rsciio/tests/data/mrc/20241021_00405_0_Virt%20#0_sum.mrc
================== 37 skipped, 91 errors in 81.02s (0:01:21) =================== |
@ericpre What is the action item here? I can remove the # from the file names. That is actually just a default for the virtual detector name so it shouldn't effect any of the auto laoding. |
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
I'll avoid self merging but @ericpre feel free to merge if you think this is good. |
Renaming the files is the most simplest here and the issue with |
Description of the change
A few sentences and/or a bulleted list to describe and motivate the change:
Progress of the PR
upcoming_changes
folder (seeupcoming_changes/README.rst
),docs/readthedocs.org:rosettasciio
build of this PR (link in github checks)Minimal example of the bug fix or the new feature
Note that this example can be useful to update the user guide.