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
I guess this issue is because DD.dim2key(ti) and DD.name(ti) return different value.
using DimensionalData
using DimensionalData: DimensionalData as DD
using Dates
ti =Ti(DateTime(2001):Month(1):DateTime(2002))
@show DD.dim2key(ti);
@show DD.name(ti);
Hello,
using MWE from #329, I can't save the dataset on disk due to a key error. Here's the adapted MWE:
The text was updated successfully, but these errors were encountered: