Generalise the consistency checks
There is good reason to create a results list and check the consistency without it being for combining results (e.g., for a PP test). This makes the error messages more applicable in these situations.
Merge request reports
Activity
changed milestone to %0.5.2
I see a lot of use for this. If any users reads in a
ResultsList
, they will certainly want to check they are all from the same priors/same sampler etc before using it for some reason. The point here is that the idea of aResultsList
extends far beyond simply merging a set of results together. For example, I may have a list of resulst from different GPS times that I want to feed into a hyerp-pe model, or it might be a list of results from known events which I want to overplot, etc.mentioned in commit 6d874166
Please register or sign in to reply