PieterjanRobbe / MultilevelEstimators.jl

The Julia module for Multilevel Monte Carlo methods
Other
9 stars 4 forks source link

Fixed: No history returned if save=false #6

Closed Rbthn closed 1 month ago

Rbthn commented 1 month ago

If the keyword-argument save=false is passed to an Estimator at construction time, the estimator will not save the results to disk when it is run. In this case, however, the function also doesn't return the results. This PR fixes this behavior, s.t. the results are returned.

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 10184073975

Details


Totals Coverage Status
Change from base Build 9511266155: 0.0%
Covered Lines: 886
Relevant Lines: 935

💛 - Coveralls
codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.75%. Comparing base (3eeb093) to head (c6aea89).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6 +/- ## ======================================= Coverage 94.75% 94.75% ======================================= Files 16 16 Lines 935 935 ======================================= Hits 886 886 Misses 49 49 ```

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