Skip to content

Commit

Permalink
Import order issue mentioned in FAQ. (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
thjsal authored Jan 7, 2025
1 parent 6c7a025 commit 2801387
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/FAQ.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,10 @@ Make sure to to install nestcheck and GetDist packages using the corresponding g
.. rubric:: *ValueError: There is more than one signal instance.*

Typically occurs when post-processing joint NICER and XMM results, if not setting ``model.likelihood.signals = model.likelihood.signals[0][0]`` (when plotting the inferred NICER signal).

Weird issues
^^^^^^^^^^^^

.. rubric:: *The import order of pymultinest and numpy may sometimes affect the seed-fixed results.*

The import order of numpy and X-PSI (and thus pymultinest) was observed to sometimes influence the exact sampling results even if fixing the random seeds for both numpy and pymultinest. However, the issue occurred only in specific conda environments (with certain packages/dependencies) and later attempts to reproduce it with newer X-PSI installations have not been successful. See the `GitHub issue <https://github.com/xpsi-group/xpsi/issues/276>`_ for more details.

0 comments on commit 2801387

Please sign in to comment.