I am trying to pass the output of a JSONToToken actor, which is of type { o1=ArrayType(double,9), o2=ArrayType(double,9)} to a RecordDissasembler Actor that is expecting a type {o1=[double], o2=[double]}. I set backward type inference.
I had thought that [double] was more general than ArrayType(double,9), but Kepler complains: Run-time checking: token { o1=ArrayType(double,9), o2=ArrayType(double,9) } is incompatible with port type { o1=[double], o2=[double] }. -Jose
_______________________________________________ Kepler-users mailing list Kepler-users@kepler-project.org http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users