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

"Buffer dtype mismatch" when calling difference_table() #141

Closed
MaxGhenis opened this issue Dec 29, 2017 · 1 comment
Closed

"Buffer dtype mismatch" when calling difference_table() #141

MaxGhenis opened this issue Dec 29, 2017 · 1 comment

Comments

@MaxGhenis
Copy link
Contributor

The below error arises when calling difference_table, but the code still seems to run. Could be related to the pandas update.

For example, this happens in cell 7 of this recipe01 notebook:

diff_table = calc1.difference_table(calc2, tax_to_diff='iitax')

ValueError Traceback (most recent call last)
ValueError: Buffer dtype mismatch, expected 'Python object' but got 'long'

Exception ValueError: "Buffer dtype mismatch, expected 'Python object' but got 'long'" in 'pandas._libs.lib.is_bool_array' ignored

@MaxGhenis
Copy link
Contributor Author

Sorry, wrong repo. Moved to PSLmodels/Tax-Calculator#1799

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

No branches or pull requests

1 participant