Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Mar 19, 2024

allow the configuration to set the random variables in Simulation call

f1e251a
Select commit
Loading
Failed to load commit list.
Merged

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

allow the configuration to set the random variables in Simulation call
f1e251a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 18, 2024 in 0s

53.75% (-0.10%) compared to 9f8db22

View this Pull Request on Codecov

53.75% (-0.10%) compared to 9f8db22

Details

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 ⚠️
Additional details and impacted files
@@             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              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.