Closed AndresOrtegaGuerrero closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.21%. Comparing base (
1bba240
) to head (7252cb8
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@AndresOrtegaGuerrero, the pre-commit test fails; please fix it before merging.
Ping @sphuber I am a bit surprised by the fact that calcfunction inputs cannot start with an underscore. Is that a known behaviour?
@AndresOrtegaGuerrero I guess the precommit fail comes from ruff complaining about unused function argument, so you're going to have to add noqa comment.
It's quite possible I introduced this bug when I was switching linters to ruff, my apologies if that is the case. Ideally we should have a test case for this, but that can wait for a follow up PR.
Thank you @danielhollas ! Have a look
Indeed, I introduced this problem when switching to ruff in commit
63332a6a4c1681132ce69bf68f68347021f93cc8
Thanks for finding it and a fix.
This address #581