-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Propagate read_csv args into read_egg_csv #794
Conversation
This PR changes Discovered this issue when doing integrating testing with the webapp and dropq. |
Current coverage is 97.73%@@ master #794 diff @@
==========================================
Files 12 12
Lines 1763 1763
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 1723 1723
Misses 40 40
Partials 0 0
|
I don't understand these changes.
Won't that do what you want? |
https://github.com/open-source-economics/Tax-Calculator/blob/master/taxcalc/records.py#L514 we need to read a CSV file with https://github.com/open-source-economics/Tax-Calculator/blob/master/taxcalc/records.py#L491 we do need the call. This occurred when you did refactoring with this commit: I think the refactoring was nice. Essentially, we had two very similar chunks of code, so you created one function out of it with two calls. As you can see in the commit 86c5b6c |
So to be explicit:
No, it won't because of the two calls to |
@talumbau, Thanks for fixing my mistake. |
No description provided.