FlattenGraphFilter assertion error

2017-10-10 Thread Nicolás Lichtmaier
Hi! I was getting an exception in FlattenGraphFilter and, as I saw there was assertion statements nearby, I reran everything with assertions enabled. And I see it crashes here (FlattenGraphFilter.java:174) At this point inputNode has all fields with -1 (except nextOut, which is 0).. and out

FunctionValues vs DoubleValuesSource

2017-10-10 Thread Sokolov, Michael
Hi, I'm trying to implement a complex set of values computed according to some externally-driven specification, so I am looking at these APIs. My question is whether there is any way to mix them. I have implemented some DoubleValuesSources and now I want combine them using sum, max, etc. I noti