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

Check if data contains inf values #387

Open
phackstock opened this issue Sep 16, 2024 · 2 comments
Open

Check if data contains inf values #387

phackstock opened this issue Sep 16, 2024 · 2 comments

Comments

@phackstock
Copy link
Contributor

We could implement a validator that checks if a given data set contains any inf values.

@danielhuppmann
Copy link
Member

For my understanding, what's the rationale? Because int-values can't be saved to a database?

@phackstock
Copy link
Contributor Author

Because int-values can't be saved to a database?

Correct, ORACLE throws an error if you're trying to save the numeric value inf.
Every now and then a user tries to submit data containing inf values. It's always been a mistake on the data side but the ORACLE error is not super useful.

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

2 participants