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

Revise Calculator.calc_all() so it does only static analysis #857

Merged
merged 3 commits into from
Aug 2, 2016
Merged

Revise Calculator.calc_all() so it does only static analysis #857

merged 3 commits into from
Aug 2, 2016

Conversation

martinholmer
Copy link
Collaborator

This pull request removes the faulty 'Calculator.call_all()' logic introduced a day ago in pull request #849. Now the calc_all() method does what it has always done: static analysis only. The idiom for conducting dynamic analysis with behavioral responses is illustrated in the revised taxcalc/comparion/reform_results.py and taxcalc/taxbrain/behavior.py scripts and in the revised multiyear_diagnostic_table() utility function.

@MattHJensen @feenberg @codykallen @Amy-Xu @GoFroggyRun

@codecov-io
Copy link

codecov-io commented Aug 2, 2016

Current coverage is 98.12% (diff: 100%)

Merging #857 into master will increase coverage by <.01%

@@             master       #857   diff @@
==========================================
  Files            13         13          
  Lines          1809       1811     +2   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           1775       1777     +2   
  Misses           34         34          
  Partials          0          0          

Powered by Codecov. Last update ce00601...5f8be85

@martinholmer martinholmer reopened this Aug 2, 2016
@martinholmer martinholmer changed the title Revise calc_all() so it does only static analysis Revise Calculator.calc_all() so it does only static analysis Aug 2, 2016
@martinholmer martinholmer merged commit 5ce2758 into PSLmodels:master Aug 2, 2016
@martinholmer martinholmer deleted the change-calc-all branch August 2, 2016 14:53
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.

3 participants