Closed SamuelBorden closed 7 months ago
Attention: Patch coverage is 67.03297%
with 210 lines
in your changes are missing coverage. Please review.
Project coverage is 50.05%. Comparing base (
9b2e556
) to head (ebfbe4c
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
lovely, thanks a lot sam!
@gipert I've added the
math
module back into the pre-commit. I changed some variable names to all lowercase, and then changed allmath
distribution class names to uppercase. I fixed the imports related to this inmath
andpargen
and fixed some docstrings that weren't compiling inpargen
. Tests inmath
andpargen
are still passing for me locally.