Skip to content

fix json dump error on python 2 #61

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

Merged
merged 1 commit into from
Jan 3, 2023
Merged

fix json dump error on python 2 #61

merged 1 commit into from
Jan 3, 2023

Conversation

rqx110
Copy link
Contributor

@rqx110 rqx110 commented Nov 29, 2022

resolve #60

math.inf is new in python version 3.5

@dpranke dpranke merged commit e020393 into dpranke:main Jan 3, 2023
@dpranke
Copy link
Owner

dpranke commented Jan 3, 2023

Thanks for the fix, and sorry for the delay!

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.

AttributeError: 'module' object has no attribute 'inf'
2 participants