You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the data contains NaNs kde_contour_plot_2d raises a RuntimeError. This should not happen for cases where the corresponding logL is -inf and weight is 0. In such cases these entries should be simply ignored.
NaNs can appear for derived parameters which never got calculated when the sampling parameters fell into an excluded region (logL=-inf and weight=0) of parameter space.
* Fix for logL_birth
* bump version to 2.1.5
* bump version to 2.1.6
* now avoiding dropna where possible and reducing code repetition
* version bump to 2.2.2
* Dropping all infs with warnings
* Corrected bump_version script
* Added a scatter kind
* fix mistakenly changed DOI in README
* check for inf directly instead of indirectly using isfinite, since nans are actually ok here
* add `pytest.warns` to tests to explicitly check for the existance of the newly added warnings and to keep our pytest output clean
* Update samples.py for pep8
* version bump to 2.5.2
* bump version to 2.7.4
* Removed obselete test for #96
* Update README.rst version to 2.8.5
* Update _version.py to 2.8.5
* bump version to 2.8.6
* bump version to 2.8.7
* bump version to 2.8.8
* bump version to 2.8.9
---------
Co-authored-by: Lukas Hergt <[email protected]>
Co-authored-by: Lukas Hergt <[email protected]>
When the data contains NaNs
kde_contour_plot_2d
raises a RuntimeError. This should not happen for cases where the correspondinglogL
is-inf
andweight
is0
. In such cases these entries should be simply ignored.NaNs can appear for derived parameters which never got calculated when the sampling parameters fell into an excluded region (
logL=-inf
andweight=0
) of parameter space.MWE
data: unilog_r.log
The error message:
The text was updated successfully, but these errors were encountered: