Open fthames opened 3 years ago
Hmm, does that work with PyStan? What happens if you add iter=1001
Hmm, does that work with PyStan? What happens if you add
iter=1001
Of course. I should have looked at the code again. Changing the iter fixed it. Thanks for your help.
No problem, still a bug we need to fix in arviz.
@ahartikainen , would you guide me on how to proceed in solving this bug.
We need to figure out the components here
ary[ary_slice] = pyholder.chains[key][-ndraw:]
ary_slice
or
[-ndraw:]
fails.
We probably need to add 0 size check somewhere there.
Is there a test to check this function already or we need to add them to check how it is working?
I don't think there is a test for this.
Not sure if we need to add a test for this. It depends how we implement this.
Is this still an issue?
Probably, maybe we need to add a fix for this?
I ran this code, which worked perfectly yesterday.
Today, I consistently receive this error message:
ValueError: could not broadcast input array from shape (250,) into shape (0,).
The Traceback is below.I believe that several packages in python were updated this morning. Thoughts?
thanks in advance.