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 subtracts class type #132

Merged
merged 1 commit into from
Nov 30, 2023
Merged

Fix subtracts class type #132

merged 1 commit into from
Nov 30, 2023

Conversation

nikhilwoodruff
Copy link
Contributor

No description provided.

@nikhilwoodruff nikhilwoodruff self-assigned this Nov 30, 2023
Copy link

codecov bot commented Nov 30, 2023

Codecov Report

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

Comparison is base (444b585) 83.06% compared to head (5e52e13) 83.00%.
Report is 2 commits behind head on master.

Files Patch % Lines
policyengine_core/simulations/simulation.py 12.50% 6 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
- Coverage   83.06%   83.00%   -0.06%     
==========================================
  Files         182      182              
  Lines        8743     8750       +7     
  Branches     1089     1090       +1     
==========================================
+ Hits         7262     7263       +1     
- Misses       1229     1234       +5     
- Partials      252      253       +1     

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

@MaxGhenis MaxGhenis linked an issue Nov 30, 2023 that may be closed by this pull request
@MaxGhenis MaxGhenis merged commit ae95e4c into master Nov 30, 2023
4 of 6 checks passed
@MaxGhenis MaxGhenis deleted the nikhilwoodruff/issue131 branch November 30, 2023 18:44
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.

Subtracts function does not support adds of a list parameter
2 participants