c-proof / pyglider

glider software
https://pyglider.readthedocs.io/
Apache License 2.0
17 stars 24 forks source link

Fix tests to passing #173

Closed cassandra-elmer closed 1 month ago

cassandra-elmer commented 1 month ago

Edits to processing scripts, example NetCDFs, and deployment YAMLs to make tests pass.

The majority of changes are adjusting variable attributes from strings to floats to match existing pyglider code (and the IOOS GliderDAC requirements). Other changes include ensuring variables of type Path are input to functions as type str and updating keyword arguments to reflect expected inputs according to current function documentation.

jklymak commented 1 month ago

Thanks @cassandra-elmer !