From 8fd92475a0e892b52a80af334e50aa8e1a329d35 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Fri, 10 Sep 2021 14:44:53 +0100
Subject: [PATCH] Removes the dump to dat call

---
 bilby/core/sampler/dynesty.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bilby/core/sampler/dynesty.py b/bilby/core/sampler/dynesty.py
index adc28f849..cdeef3be5 100644
--- a/bilby/core/sampler/dynesty.py
+++ b/bilby/core/sampler/dynesty.py
@@ -619,8 +619,6 @@ class Dynesty(NestedSampler):
         if self.sampler.pool is not None:
             self.sampler.M = self.sampler.pool.map
 
-        self.dump_samples_to_dat()
-
     def dump_samples_to_dat(self):
         sampler = self.sampler
         ln_weights = sampler.saved_logwt - sampler.saved_logz[-1]
-- 
GitLab