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 bug in automatic period adjustment feature #120

Merged
merged 1 commit into from
Oct 5, 2023
Merged

Conversation

nikhilwoodruff
Copy link
Contributor

Needed this bugfix to get the US microsim working- essentially, #119 used weighted arrays unintentionally within the internal microsim model, rather than just adding them at the end, which caused the Core logic to fail to index properly and throw an error.

@nikhilwoodruff nikhilwoodruff added the bug Something isn't working label Oct 5, 2023
@nikhilwoodruff nikhilwoodruff self-assigned this Oct 5, 2023
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (12470f0) 83.38% compared to head (c1f29e4) 83.38%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #120   +/-   ##
=======================================
  Coverage   83.38%   83.38%           
=======================================
  Files         182      182           
  Lines        8686     8686           
  Branches     1079     1079           
=======================================
  Hits         7243     7243           
  Misses       1191     1191           
  Partials      252      252           
Files Coverage Δ
policyengine_core/simulations/simulation.py 54.39% <0.00%> (ø)

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

@nikhilwoodruff nikhilwoodruff merged commit 995677f into master Oct 5, 2023
5 of 6 checks passed
@nikhilwoodruff nikhilwoodruff deleted the apa-bugfix branch October 5, 2023 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant