Skip to content
Snippets Groups Projects
Commit 357c5c2a authored by Colm Talbot's avatar Colm Talbot
Browse files

Merge branch 'nessai-sampling-time' into 'master'

DEV: add nessai sampling time

See merge request !1236
parents 507d93c8 8061c85a
No related branches found
No related tags found
1 merge request!1236DEV: add nessai sampling time
Pipeline #507247 passed
......@@ -197,6 +197,7 @@ class Nessai(NestedSampler):
# Manually set likelihood evaluations because parallelisation breaks the counter
self.result.num_likelihood_evaluations = self.fs.ns.total_likelihood_evaluations
self.result.sampling_time = self.fs.ns.sampling_time
self.result.samples = live_points_to_array(
self.fs.posterior_samples, self.search_parameter_keys
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment