JuliaDataCubes / YAXArrays.jl

Yet Another XArray-like Julia package
https://juliadatacubes.github.io/YAXArrays.jl/
Other
101 stars 18 forks source link

Default value of `""` in `path` in `savedataset` #346

Open Qfl3x opened 11 months ago

Qfl3x commented 11 months ago

savedataset has a path kwarg with a default value of "", wouldn't this give unexpected behavior? Shouldn't path have no default value (or better yet be a non-kwarg)? @meggart