-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
This is causing a surprising failure that None
has no shape in the raveling wrapper:
nutpie/python/nutpie/compile_pymc.py
Line 71 in 6329692
n = int(np.prod(initial_value.shape)) |
I suspect that threads are causing the PyTensor function to clear the output storage (which is done with None) before the
thread that called it had time to retrieve the values for itself.
I guess it could also happen to intermediate storage and fail inside a PyTensor call.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working