Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mraveri committed Sep 14, 2024
1 parent e234c76 commit 6235ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensiometer/mcmc_tension/kde.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
import numpy as np
import getdist.chains as gchains
gchains.print_load_details = False
from getdist import MCSamples, WeightedSamples
from getdist import MCSamples
import scipy
from scipy.linalg import sqrtm
from scipy.integrate import simps
from scipy.integrate import simpson as simps
from scipy.spatial import cKDTree

from .. import utilities as utils
Expand Down

0 comments on commit 6235ce4

Please sign in to comment.