Improvement to pymultinest: allow long filenames
Compare changes
Files
2+ 156
− 51
@@ -34,53 +37,72 @@ class Pymultinest(NestedSampler):
@@ -88,29 +110,112 @@ class Pymultinest(NestedSampler):
Previously, the outdir and label where limited to 77 characters. This bypasses the hard limit by creating a temporary symlink and then transferring data to the target directory.