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 precision during import #375

Open
nevencaplar opened this issue Aug 9, 2024 · 0 comments
Open

Check precision during import #375

nevencaplar opened this issue Aug 9, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nevencaplar
Copy link
Member

This is part of verification pipeline tickets.

"Truth" data may be original input files or a different “gold” copy if available.

  • Integers should be exactly equal.
    • Check that integers are never loaded as or converted to floats.
  • Floats should be equal to within a user-defined tolerance.

Test when loading data with pandas, pyarrow, numpy and astropy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

2 participants