kmnhan / erlabpy

Complete python workflow for Angle-Resolved Photoemission Spectroscopy (ARPES)
https://erlabpy.readthedocs.io
GNU General Public License v3.0
6 stars 7 forks source link

2.6 Update #40

Closed kmnhan closed 6 months ago

kmnhan commented 6 months ago

All submodules named utilities.py have been renamed to utils.py for consistency. The old call to utilities.py will still work but will raise a warning. The modules will be removed on 3.0 release.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 74.41472% with 306 lines in your changes missing coverage. Please review.

Project coverage is 70.63%. Comparing base (44071db) to head (1f95659). Report is 167 commits behind head on main.

Files with missing lines Patch % Lines
src/erlab/interactive/utils.py 76.02% 210 Missing :warning:
src/erlab/io/utils.py 46.51% 46 Missing :warning:
src/erlab/utils/array.py 85.10% 7 Missing :warning:
src/erlab/analysis/utils.py 87.23% 6 Missing :warning:
src/erlab/io/dataloader.py 64.70% 6 Missing :warning:
src/erlab/interactive/imagetool/core.py 66.66% 5 Missing :warning:
src/erlab/analysis/mask/__init__.py 78.94% 4 Missing :warning:
src/erlab/io/plugins/merlin.py 20.00% 4 Missing :warning:
src/erlab/io/plugins/ssrl52.py 20.00% 4 Missing :warning:
src/erlab/accessors/utils.py 33.33% 2 Missing :warning:
... and 9 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #40 +/- ## ========================================== + Coverage 70.37% 70.63% +0.25% ========================================== Files 60 64 +4 Lines 9140 9265 +125 ========================================== + Hits 6432 6544 +112 - Misses 2708 2721 +13 ```

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