Skip to content

Commit 8dace43

Browse files
typo (fixes issue 60)
1 parent 18ceae8 commit 8dace43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymultinest/analyse.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(self, n_params, outputfiles_basename = "chains/1-"):
3535
samples for modes with local log-evidence value
3636
greater than nullZ, separated by 2 blank lines. Format is the
3737
same as [root].txt file."""
38-
self.post_file = "%spost_seperate.dat" % self.outputfiles_basename
38+
self.post_file = "%spost_separate.dat" % self.outputfiles_basename
3939

4040
"""[root]stats.dat
4141
Contains the global log-evidence, its error & local log-evidence

0 commit comments

Comments
 (0)