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

fix simulation runs wrong reporting learning_mode #198

Merged
merged 1 commit into from
Sep 20, 2023
Merged

Conversation

maurerle
Copy link
Member

set the current episode correctly in run_learning
set learning_mode once, now that we have it in outputs directly add simulation_id to tqdm
remove learning_mode from outputs
fix query if accepted_price is not float (whysoever)

set the current episode correctly in run_learning
set learning_mode once, now that we have it in outputs directly
add simulation_id to tqdm
remove learning_mode from outputs
fix query if accepted_price is not float (whysoever)
@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (e2af08c) 79.00% compared to head (cc598c6) 79.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #198   +/-   ##
=======================================
  Coverage   79.00%   79.00%           
=======================================
  Files          40       40           
  Lines        4048     4048           
=======================================
  Hits         3198     3198           
  Misses        850      850           
Flag Coverage Δ
pytest 79.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
assume/common/scenario_loader.py 87.95% <ø> (ø)
assume/common/units_operator.py 91.20% <ø> (ø)
assume/strategies/learning_strategies.py 92.56% <ø> (-0.07%) ⬇️
assume/world.py 84.35% <ø> (ø)
assume/common/outputs.py 81.44% <100.00%> (+0.09%) ⬆️

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

@nick-harder nick-harder merged commit 163fb56 into main Sep 20, 2023
4 checks passed
@nick-harder nick-harder deleted the fix_episodes branch September 20, 2023 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants