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
When the end time for a granule is before the start time, the region collector is apparently supposed to do something clever, judging from this code block:
The text was updated successfully, but these errors were encountered:
gerritholl
changed the title
region collector never finished is end_time before start_time (probably stuck in infinite loop)
region collector never finished start_time after end_time (probably stuck in infinite loop)
Apr 13, 2021
gerritholl
changed the title
region collector never finished start_time after end_time (probably stuck in infinite loop)
region collector never finishes if start_time after end_time (probably stuck in infinite loop)
Apr 13, 2021
When the end time for a granule is before the start time, the region collector is apparently supposed to do something clever, judging from this code block:
pytroll-collectors/pytroll_collectors/region_collector.py
Lines 84 to 91 in 7cb0d48
However, I've tried to write a unit test for this, see #77 or
https://github.com/gerritholl/pytroll-collectors/blob/1ad53748b5b2c267f6513a13a1cb5d6b23cfc50c/pytroll_collectors/tests/test_region_collector.py
where this unit test never finishes, apparently stuck in an infinite loop:
which I suspect to be either one of those two:
pytroll-collectors/pytroll_collectors/region_collector.py
Lines 170 to 187 in 7cb0d48
The text was updated successfully, but these errors were encountered: