Closed teutoburg closed 1 month ago
Attention: Patch coverage is 87.27273%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 76.58%. Comparing base (
ba570af
) to head (1eacb10
). Report is 3 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
scopesim/effects/data_container.py | 85.10% | 7 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Made some attributes private, added some typing, added some comments, some general refactoring.
This will make it a bit easier and cleaner to do the planned changes to the
Effect
class.