The new work looks really great! I was playing with the merge_runs feature and have come across a potential bug.
I ran several jobs (using the standard NestedSampler, i.e. not-dynamic) and dumped the Result object to a pickle. Then loaded in the dumped objects and put them in a list. When I fed this into utils.merge_runs I received an AttributeError for samples_n sourced from this line.
I hacked around it by using the way it is calculated earlier on in the code. Is this a reasonable fix?
Hi Josh.
The new work looks really great! I was playing with the
merge_runs
feature and have come across a potential bug.I ran several jobs (using the standard
NestedSampler
, i.e. not-dynamic) and dumped theResult
object to a pickle. Then loaded in the dumped objects and put them in a list. When I fed this intoutils.merge_runs
I received anAttributeError
forsamples_n
sourced from this line.I hacked around it by using the way it is calculated earlier on in the code. Is this a reasonable fix?