pytroll / pytroll-collectors

Collector modules for Pytroll
GNU General Public License v3.0
3 stars 18 forks source link

Scene not marked as complete when used with files with time tolerance #129

Open ninahakansson opened 1 year ago

ninahakansson commented 1 year ago

The problem with using time as key and finding files within a time tolerance was partly solved in https://github.com/pytroll/pytroll-collectors/pull/124.

The files are now found but the scene is not marked as ready. Add line assert slot.get_status() == Status.SLOT_READY to the test_mismatching_files_within_tolerance_generate_one_slot. To see where code fails.