Skip to content

Commit

Permalink
Previous worked. Adding imports back without try-except-else
Browse files Browse the repository at this point in the history
  • Loading branch information
thjsal committed Nov 10, 2023
1 parent 223c8ea commit e9fdb3d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions xpsi/PostProcessing/_corner.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
from ._global_imports import *
from ._postprocessor import PostProcessor

from nestcheck.ns_run_utils import get_logw, get_w_rel
from nestcheck.plots import bs_param_dists
from nestcheck.error_analysis import run_ci_bootstrap
from nestcheck.estimators import param_cred, logz
from ._nestcheck_modifications import getdist_kde
from nestcheck.plots import weighted_1d_gaussian_kde

class CornerPlotter(PostProcessor):
""" Plot marginal posterior densities and estimators.
Expand Down

0 comments on commit e9fdb3d

Please sign in to comment.