epiverse-trace / datatagr

Tagging, validating, and safeguarding data to help harden data pipelines.
https://epiverse-trace.github.io/datatagr/
Other
1 stars 0 forks source link

Remove `allow_extra` #28

Closed chartgerink closed 1 month ago

chartgerink commented 2 months ago

This PR removes the allow_extra argument from all functions and tests. datatagr does not know about any defaults, so everything can be considered extra. linelist has defaults and will still have to deal with this functionality, but we don't have to do it here in datatagr.

Fixes #22.