maltepuetz / ScalingCollapse.jl

A julia package for automatic finite size scaling.
MIT License
5 stars 1 forks source link

added SingleSpline quality function + restructure of qualtiy functions #31

Closed maltepuetz closed 4 months ago

maltepuetz commented 4 months ago

Added a new quality function SingleSpline. Also renamed the following quality functions: MultipleSplines (previously Spline) Linear (previously SingleMasterCurve)

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 82.65%. Comparing base (dcb8eed) to head (95a6d79).

Files Patch % Lines
src/quality_functions/SingleSpline.jl 89.18% 4 Missing :warning:
src/quality_functions/Houdayer.jl 98.27% 1 Missing :warning:
src/scalingproblem.jl 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #31 +/- ## ========================================== + Coverage 82.32% 82.65% +0.33% ========================================== Files 9 13 +4 Lines 730 767 +37 ========================================== + Hits 601 634 +33 - Misses 129 133 +4 ```

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