hyperspy / rosettasciio

Python library for reading and writing scientific data format
https://hyperspy.org/rosettasciio
GNU General Public License v3.0
47 stars 28 forks source link

Add support for python-box 7 #263

Closed ericpre closed 4 months ago

ericpre commented 4 months ago

A change in python-box 7 https://github.com/cdgriffith/Box/issues/192 broke the the CEOS Panta Rhei (PRZ) code because of the use of period containing keys.

Progress of the PR

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 93.54839% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 86.36%. Comparing base (a7327e4) to head (8177f20).

Files Patch % Lines
rsciio/pantarhei/_api.py 93.54% 0 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #263 +/- ## ========================================== - Coverage 86.37% 86.36% -0.01% ========================================== Files 83 83 Lines 10653 10655 +2 Branches 2322 2322 ========================================== + Hits 9201 9202 +1 - Misses 935 936 +1 Partials 517 517 ```

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

ericpre commented 4 months ago

Failures are related to https://github.com/hyperspy/rosettasciio/pull/262.