tlambert03 / nd2

Full-featured nd2 (Nikon NIS Elements) file reader for python. Outputs to numpy, dask, and xarray. Exhaustive metadata extraction
https://tlambert03.github.io/nd2
BSD 3-Clause "New" or "Revised" License
53 stars 15 forks source link

fix: tqdm -> tqdm.auto, for notebook users #233

Closed georgeoshardo closed 2 months ago

georgeoshardo commented 2 months ago

Hi @tlambert03 Thank you for this very nice library.

This is just a tiny change so that progress bars in the nd2_to_tiff print nicely in notebooks. I hope that's okay.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 94.97%. Comparing base (f139810) to head (51901a5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #233 +/- ## ========================================== - Coverage 94.98% 94.97% -0.02% ========================================== Files 18 18 Lines 2433 2426 -7 ========================================== - Hits 2311 2304 -7 Misses 122 122 ```

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

tlambert03 commented 2 months ago

Thanks!