getting compute error when i try to return an experiment type in a nada program #33
-
The docs and sample code show nada code that returns complex types, but I have observed that whenever I try to return a complex type in my code, I get a compute error. Are complex return types not yet supported? Examples
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, thank you for reporting this issue @Thompsonmina! I can see in the error message that you are using the Python client. There is currently a limitation that we don't allow complex types to be returned by our JS or Python clients. We are aiming at fixing this for the next release. In the meanwhile, if you give me more details about what you are trying to accomplished we might be able to suggest a workaround or alternative path. |
Beta Was this translation helpful? Give feedback.
Hi, thank you for reporting this issue @Thompsonmina!
I can see in the error message that you are using the Python client. There is currently a limitation that we don't allow complex types to be returned by our JS or Python clients. We are aiming at fixing this for the next release. In the meanwhile, if you give me more details about what you are trying to accomplished we might be able to suggest a workaround or alternative path.