You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understood it correctly, pc is an array of shape (number of params, 4), but line 225 attempts to access it as if it were its transpose. Is this a bug in the code? Or I'm missing something?
Thanks.
PS: The version of PyMultiNest is 2.1.
The text was updated successfully, but these errors were encountered:
it is quite possible that this functionality has bugs. It is largely untested. If you put in some print statements you can explore what is actually being passed.
Hi,
I'm trying to use the following callback function to watch the progress of
pymultinest.run
(I got it from the issue #18):However, when I try to run the code I get this error:
The code snippet in run.py referenced by the error message above is:
If I understood it correctly,
pc
is an array of shape(number of params, 4)
, but line 225 attempts to access it as if it were its transpose. Is this a bug in the code? Or I'm missing something?Thanks.
PS: The version of PyMultiNest is 2.1.
The text was updated successfully, but these errors were encountered: