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
pytest --no-cov tests/unit_tests/simtel/test_simulator_light_emission.py::test_plot_simtel_ctapipe gives the following warning:
/Users/maierg/micromamba/envs/simtools-dev/lib/python3.11/site-packages/ctapipe/core/provenance.py:332: MissingReferenceMetadata: Could not read reference metadata for input file: /Users/maierg/DESYCloud/CTA/Pipelines/MC-Pipeline/gammasim-tools/simtools/tests/resources/xyzls_layout.simtel.gz
This should be fixed.
The text was updated successfully, but these errors were encountered:
I think this is as much an issue for ctapipe as here.
At the moment, we know that we cannot expect this metadata in simtel files, so ctapipe shouldn't warn about it.
In the long-term, simpipe should make sure that the required CTAO reference metadata is stored, by using the simtel metaparams system and ctapipe should read it.
pytest --no-cov tests/unit_tests/simtel/test_simulator_light_emission.py::test_plot_simtel_ctapipe
gives the following warning:This should be fixed.
The text was updated successfully, but these errors were encountered: