Closed gerritholl closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.78%. Comparing base (
c337b9e
) to head (cb4cab3
). Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Make trollflow2 more multiprocessing / dask-distributed friendly. Move the launcher import in satpy_launcher.py within the main function, so that it only gets executed in the primary process. The call to
Manager()
introllflow2.__init__.py
was causing attempts to use trollflow2 with dask distributed to fail with a RuntimeError.flake8 trollflow2
I don't know how to add a unit test for this.