Conversation
7c155ab to
d9c68e3
Compare
|
My understanding of what Doing that nicely probably requires a bigger overhaul of the Python client, which is definitely one for the near term. It was below the stuff that went into v0.0.13 but not by all that much... |
|
I've looked a bit more at the code here, and I think there are multiple reasons that this fails. The first reason it fails is that the action return value isn't being serialised correctly with the annotated type. I believe I've narrowed this down to a bug in the way action return types are handled, that might be quite annoying to fix. However, I don't think it's specific to the numpy type. The second reason it fails is that return types from In order to separate these two problems, could I propose that we merge a relaxed version of this test - it should test that the action returns the right numbers in a list, but it should not (yet) test that the action returns an I've implemented this in #238. |
Add a test for an action with return type
NDArray. Currently NDArray doesn't work and soArrayModelis needed. This means that MyPy fails.