pints-team / method-merge-tests

Provides a house for test results for samplers when they are merged into PINTS.
0 stars 0 forks source link

Added more generic run_replicates method and notebook to demo it. #14

Closed MichaelClerx closed 3 years ago

MichaelClerx commented 3 years ago

Hi @ben18785 , @chonlei , @rcw5890 !

It struck me that the run_replicates_x methods can all be combined if we just re-use the keys already in the FT results? (Which means having 'mean-ess' instead of 'ess' but is otherwise the same).

Has the added advantage of potentially allowing parallelisation, although this can get a bit messy in notebooks

Notebook here shows the results are the same. If you like it, I can change the remaining notebooks to all use this function, and remove the other run_replicates_x versions?

MichaelClerx commented 3 years ago

Updated all notebooks, removed the demo notebook, removed the redundant methods in utils.