Closed ajdittmann closed 4 years ago
Ah, I see what's going on. This was an issue that was inadvertently introduce in #152 when adding in support for an alternate printing function where the stopping value has to be nan
not None
. I'll patch in a quick hotfix now.
Okay https://github.com/joshspeagle/dynesty/commit/63b6314f636cb79fdf13227ea55cf2f075b9cccc should fix this. Closing this for now.
The following error occurs when trying to add a batch of live points. I have tried to follow the documentation when testing various features. The full report is as follows:
The script I am running is
I have been able to ameliorate this by adding a try/except statement in results.py, but I suspect there may be some deeper issue.