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 would expect the logged values in countGood and countBad to be the same. However, the countFilter node appears to be modifying the batch of data that the countBad node receives, even though the structure of the tickscript would indicate that those data pathways are independent. Additionally, this behavior is racy and I get different output each time I run the same script with the same data.
If I comment out the countFilter node, things work as expected. My current workaround is to create separate window nodes for each data path.
The text was updated successfully, but these errors were encountered:
Consider the following tickscript and data (with timestamps in ms):
test.tick.txt
test.data.txt
I would expect the logged values in countGood and countBad to be the same. However, the countFilter node appears to be modifying the batch of data that the countBad node receives, even though the structure of the tickscript would indicate that those data pathways are independent. Additionally, this behavior is racy and I get different output each time I run the same script with the same data.
If I comment out the countFilter node, things work as expected. My current workaround is to create separate window nodes for each data path.
The text was updated successfully, but these errors were encountered: