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

[Bug] String to Float conversion error due not numeric data #4

Closed
ZhengLinLei opened this issue Sep 25, 2023 · 2 comments
Closed

[Bug] String to Float conversion error due not numeric data #4

ZhengLinLei opened this issue Sep 25, 2023 · 2 comments
Assignees

Comments

@ZhengLinLei
Copy link
Collaborator

Add a middleware like:

addFloat(float(num if num.isnumeric() else 0))
@ZhengLinLei
Copy link
Collaborator Author

Fixing in pull request #5

@ZhengLinLei ZhengLinLei self-assigned this Sep 25, 2023
ZhengLinLei added a commit that referenced this issue Sep 25, 2023
@ZhengLinLei
Copy link
Collaborator Author

Fixed

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