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
TypeError: Cannot read properties of undefined (reading 'mid')
at Index.timestamp (project/megatron/node_modules/pondjs/src/index.ts:89:32)
at Event.timestamp (project/megatron/node_modules/pondjs/src/event.ts:578:30)
at project/megatron/node_modules/pondjs/src/collection.ts:839:23
at List.__iterate (project/megatron/node_modules/immutable/dist/immutable.js:3370:13)
at List.forEach (project/megatron/node_modules/immutable/dist/immutable.js:4899:19)
at SortedCollection.forEach (project/megatron/node_modules/pondjs/src/collection.ts:425:29)
at SortedCollection.isChronological (project/megatron/node_modules/pondjs/src/collection.ts:837:14)
at new SortedCollection (project/megatron/node_modules/pondjs/src/sortedcollection.ts:43:20)
at project/megatron/node_modules/pondjs/src/windowedcollection.ts:177:51
at project/megatron/node_modules/immutable/dist/immutable.js:2488:31
at project/megatron/node_modules/immutable/dist/immutable.js:2506:18
btw I'm using syntax from version 1.0.0-alpha.0 because latest version didn't work with my ts compiler ...
Thanks for any hint!
The text was updated successfully, but these errors were encountered:
Could you show me how to use
fixedWindowRollup
because I can't figure out what I'm doing wrong.I'd like to resample a dataset to have uniform timestamps, so here is the code I'm using based on doc and what I see in the source:
but the
fixedWindowRollup
returns that error:btw I'm using syntax from version
1.0.0-alpha.0
because latest version didn't work with my ts compiler ...Thanks for any hint!
The text was updated successfully, but these errors were encountered: