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
I have three products in my product list. Two are successfully produced and one fails to be produced. In the logfile, trollflow2 reports: "all 2 files produced nominally". It would rather be more useful if it noted that two files were produced nominally and one failed.
I expect one composite to fail: the convection composite requires a mixture of 1 km and 2 km channels. I am not resampling in the example playlist. Indeed, Satpy logs a warning message as expected:
[WARNING: 2022-07-29 14:10:56 : satpy.scene] The following datasets were not created and may require resampling to be generated: DataID(name='convection')
I expect that trollflow2 does not claim that all files were produced nominally.
Actual results
trollflow2 claims that all files were produced nominally:
[WARNING: 2022-07-29 14:10:57 : trollflow2.plugins] Skipping convection: "No dataset matching 'DataQuery(name='convection')' found"
/opt/pytroll/pytroll_inst/mambaforge/envs/pytroll-py310/lib/python3.10/site-packages/dask/core.py:119: RuntimeWarning: invalid value encountered in log
return func(*(_execute_task(a, cache) for a in args))
[DEBUG: 2022-07-29 14:11:14 : trollflow2.launcher] Cleaning up
[INFO: 2022-07-29 14:11:15 : trollflow2.launcher] All 2 files produced nominally in 0:00:35.071999
Environment Info:
Trollflow2 Version: 0.13.5.dev30+gb9400c3
Satpy Version: 0.36.1.dev192+g15dbf3db
Pyresample Version: 1.24.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I have three products in my product list. Two are successfully produced and one fails to be produced. In the logfile, trollflow2 reports: "all 2 files produced nominally". It would rather be more useful if it noted that two files were produced nominally and one failed.
To Reproduce
running with:
Expected behavior
I expect one composite to fail: the convection composite requires a mixture of 1 km and 2 km channels. I am not resampling in the example playlist. Indeed, Satpy logs a warning message as expected:
I expect that trollflow2 does not claim that all files were produced nominally.
Actual results
trollflow2 claims that all files were produced nominally:
Environment Info:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: