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
Fix any erroneous calculations with time_value and version being daily-weekly or weekly-daily (lag calculations are likely assuming that they are the same time_type but they are probably only being checked for same class and typeof)
The text was updated successfully, but these errors were encountered:
brookslogan
changed the title
Allow time_value and version to have different classes&types; fix assumptions that time_types are the same
Allow version to be datetime; relax / fix erroneous assumptions time_value and version are same class, type, time_type
Apr 4, 2025
brookslogan
changed the title
Allow version to be datetime; relax / fix erroneous assumptions time_value and version are same class, type, time_type
Allow version to be datetime; relax / fix erroneous assumptions time_value and version are same class, typeof, time_typeApr 4, 2025
brookslogan
changed the title
Allow version to be datetime; relax / fix erroneous assumptions time_value and version are same class, typeof, time_type
Handle version datetime or different resolution than time_valueApr 4, 2025
version
being datetimetime_value
andversion
being daily-weekly or weekly-daily (lag calculations are likely assuming that they are the sametime_type
but they are probably only being checked for sameclass
andtypeof
)The text was updated successfully, but these errors were encountered: