Skip to content

Commit

Permalink
Improved docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Jun 10, 2021
1 parent 8a313bf commit 01bb8ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions species/analysis/retrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,9 @@ def run_multinest(self,
>>> os.environ['DYLD_LIBRARY_PATH'] = '/path/to/MultiNest/lib'
>>> import species
When using MPI, it is also required to install ``mpi4py`` (e.g. ``pip install mpi4py``),
otherwise an error may occur when the ``output_folder`` is created by multiple processes.
Parameters
----------
bounds : dict
Expand Down

0 comments on commit 01bb8ff

Please sign in to comment.