WISDEM / WOMBAT

Windfarm Operations & Maintenance cost-Benefit Analysis Tool
https://wisdem.github.io/WOMBAT/
Apache License 2.0
21 stars 11 forks source link

Bug Fix: Enable random seeding from the configuration universally. #142

Closed RHammond2 closed 7 months ago

RHammond2 commented 7 months ago

This PR addresses #141 by bringing the configuration's random seeding variables up to the Simulation level, making it consistent with the Simulation.from_config() logic.

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 53.75%. Comparing base (9f8db22) to head (f1e251a).

Files Patch % Lines
wombat/core/simulation_api.py 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #142 +/- ## =========================================== - Coverage 53.84% 53.75% -0.10% =========================================== Files 22 21 -1 Lines 3742 3743 +1 Branches 770 772 +2 =========================================== - Hits 2015 2012 -3 - Misses 1605 1609 +4 Partials 122 122 ```

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