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

Return a dictionary (not a tuple) from dropq run_nth_year_tax_calc_model #1543

Merged
merged 5 commits into from
Sep 7, 2017
Merged

Return a dictionary (not a tuple) from dropq run_nth_year_tax_calc_model #1543

merged 5 commits into from
Sep 7, 2017

Conversation

martinholmer
Copy link
Collaborator

As discussed in #1537, this pull request changes the dropq run_nth_year_tax_calc_model function so that it returns a dictionary of results tables (rather than an unnamed tuple of results tables). There are no changes in tax-calculation results, just a less risky way of returning complex data.

@MattHJensen @feenberg @Amy-Xu @andersonfrailey @hdoupe @GoFroggyRun @brittainhard

@martinholmer martinholmer changed the title Return a dictionary (not tuple) from dropq run_nth_year_tax_calc_model Return a dictionary (not a tuple) from dropq run_nth_year_tax_calc_model Sep 7, 2017
@codecov-io
Copy link

codecov-io commented Sep 7, 2017

Codecov Report

Merging #1543 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1543   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files          37      37           
  Lines        2558    2559    +1     
======================================
+ Hits         2558    2559    +1
Impacted Files Coverage Δ
taxcalc/utils.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7e3458f...22a0ce3. Read the comment docs.

@martinholmer martinholmer merged commit fb87028 into PSLmodels:master Sep 7, 2017
@martinholmer martinholmer deleted the dropq-return-dict branch September 8, 2017 10:16
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