Closed adaszko closed 8 years ago
Well, nnpy.DONTWAIT
seems to be defined for me. Does that fail for you?
I just pushed 656d2ace1940d8f45d8f52cc2b2fbbad4279e9c0 to master, which should throw a human-readable exception rather than a content-free AssertionError
. Maybe give it a shot?
Since there has been no further response, I'll close this for now. Please reopen if you still think it is an issue.
Yeah, sorry about that. You were right — nnpy.DONTWAIT
is defined. It is just the lack of a specific exception class that confused me. Thanks for your answer.
No problem! What did you expect in terms of a specific exception class? Maybe I could implement something for that. (It would be useful if you linked to examples of such classes in other Python libraries.)
That the
NN_DONTWAIT
constant isn't defined anywhere the nnpy lib is a hint enough of it being unsupported, but if I try to pass it nonetheless, I'm gettingAssertionError
:It looks like adding it wouldn't be much work. Is there a chance of it happening?