OSOceanAcoustics / echopop

Generating biological estimates for animal "pop"ulation from echosounder data
https://echopop.readthedocs.io/
Apache License 2.0
2 stars 4 forks source link

Rebuild Pydantic validators #286

Closed brandynlucca closed 1 month ago

brandynlucca commented 1 month ago

There are some inconsistencies with how the configuration files (and other function dictionary inputs) are validated. Some used TypedDict, others use Pydantic. These should be all streamlined to use the same format to avoid creating additional confusion. The tests should also reflect these changes.