You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading the documentation it looks like that varnames should be implemented for each AbstractDataset but my experience with MetopNative.jl is that CommonDataModel.jl relies more on Base.keys e.g. in the show method
Reading the documentation it looks like that
varnames
should be implemented for eachAbstractDataset
but my experience with MetopNative.jl is thatCommonDataModel.jl
relies more onBase.keys
e.g. in theshow
methodCommonDataModel.jl/src/dataset.jl
Line 99 in e630054
An easy fix for this could be to add
varnames
as the fallback method.I might try to make a PR tomorrow.
The text was updated successfully, but these errors were encountered: