[kepler-users] type incompatibility between ArrayType(double, 9) and [double]?

Jose Borreguero borreguero at gmail.com
Wed Nov 6 09:32:27 PST 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nceas.ucsb.edu/kepler/pipermail/kepler-users/attachments/20131106/6dea86d5/attachment.html>


More information about the Kepler-users mailing list