Skip to content

Commit

Permalink
Fixed parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Sep 24, 2024
1 parent 7c13cf8 commit 827c44f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion orbitize/sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1637,6 +1637,7 @@ def _loglike_multinest(param_cube, n_dim, n_param):
mpi_rank = 0

if hdf5_file is not None and mpi_rank == 0:
self.results.save_results(output_file=hdf5_file)
# Only a single process should write to the HDF5 file
self.results.save_results(filename=hdf5_file)

return post_samples[:, :-1]

0 comments on commit 827c44f

Please sign in to comment.