fractal-analytics-platform / fractal-tasks-core

Main tasks for the Fractal analytics platform
https://fractal-analytics-platform.github.io/fractal-tasks-core/
BSD 3-Clause "New" or "Revised" License
11 stars 5 forks source link

723 Fix illumination correction task not copying tables #724

Closed jluethi closed 2 months ago

jluethi commented 2 months ago

Illumination correction task now correctly copies tables from the original image

github-actions[bot] commented 2 months ago

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  fractal_tasks_core/tasks
  _zarr_utils.py
  illumination_correction.py
Project Total  

This report was generated by python-coverage-comment-action

jluethi commented 2 months ago

I've confirmed that this closes #723, both with tests & with running example 02 while setting overwrite_input to False.

@tcompa I will already merge now so we can proceed with the release & deployment on Monday. The main thing where a review would be great is the new _copy_tables_from_zarr_url function. I already opened an issue here so we can review this further: https://github.com/fractal-analytics-platform/fractal-tasks-core/issues/725