Skip to content
Snippets Groups Projects
Commit 816c8387 authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Merge branch '603-remove-the-dat-file' into 'master'

Resolve "Remove the `.dat` file"

Closes #603

See merge request !1028
parents 3dda2bbb 8fd92475
No related branches found
No related tags found
1 merge request!1028Resolve "Remove the `.dat` file"
Pipeline #311127 passed
......@@ -639,8 +639,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]
......
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