Closed RHammond2 closed 7 months ago
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: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR addresses #141 by bringing the configuration's random seeding variables up to the
Simulation
level, making it consistent with theSimulation.from_config()
logic.