fmi-faim / faim-ipa

A collection of Image Processing and Analysis (IPA) functions used at the Facility for Advanced Imaging and Microscopy (FAIM)
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

ZAdjustedStackAcq: don't fail on unrelated files #103

Closed imagejan closed 8 months ago

imagejan commented 8 months ago

We now issue a warning if files without an associated z position are found in the trace log file, but only fail if any of the dataset files has a NaN position after merging.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.97%. Comparing base (668a076) to head (bccfc4d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #103 +/- ## ======================================= Coverage 98.97% 98.97% ======================================= Files 48 48 Lines 2922 2931 +9 Branches 291 295 +4 ======================================= + Hits 2892 2901 +9 Misses 22 22 Partials 8 8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tibuch commented 7 months ago

Does this address #100 ?

imagejan commented 7 months ago

Yes, I'll close it.