Skip to content
Snippets Groups Projects

Resolve "Follow-up from "Adding dnest4 Sampler""

Merged Moritz Huebner requested to merge 533-follow-up-from-adding-dnest4-sampler into master
All threads resolved!
2 files
+ 2
25
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -609,7 +609,7 @@ class NestedSampler(Sampler):
"""
If using a temporary directory, the output directory is moved to the
temporary directory.
Used for Dnest4 and Pymultinest.
Used for Dnest4, Pymultinest, and Ultranest.
"""
if self.use_temporary_directory:
temporary_outputfiles_basename = tempfile.TemporaryDirectory().name
Loading