Closed jluethi closed 1 year ago
Hmm, funny. I now built 2D & 3D tests on a small OME-Zarr file (see https://github.com/fmi-basel/gliberal-scMultipleX/tree/fractal-testing). But all the tests pass fine, I can't reproduce the bug from Clara above. Need to investigate a bit further.
Next steps:
After all the digging and the adding of tests: The issue was that the Fractal task didn't handle an empty image correctly. Now also being added with #81 . I'll run the tests on the cluster to see that the workflow really works
In the latest update, something with how we're building the dataframes in the Fractal task has broken, leading to this error when we try to do a 3D measurement:
My suspicion is that we're merging dataframes in a way where they had 2 label columns and those then got renamed to label_1 & label_2 or something like that.
I will dig into it and will try to add some automated testing for the fractal tasks, such that we'd spot such issues earlier.