coralnet / pyspacer

Python based tools for spatial image analysis
MIT License
6 stars 2 forks source link

Allow int config vars to be configured through env-vars or secrets #79

Closed StephenChan closed 6 months ago

StephenChan commented 6 months ago

Previously it would get errors because the strs weren't being cast to ints.

This also adds tests for get_config_value().