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.5.1 Update #36

Closed kmnhan closed 6 months ago

kmnhan commented 6 months ago

Fixes issue #35

This pull request fixes the issue where the gradient fill disappears upon adding labels.

The fix includes changes to gradient_fill which now properly sets the extent and clip path for the gradient fill, ensuring that it is visible even after adding labels.

The pull request also includes an additional fix where a wrong guess in the StepEdgeModel in the fit.models module was resolved.

Under the hood, many tests were added for modules and functions such as the analysis.gold module, and coverage CI configuration was added for integration with codecov.