Skip to content

Commit

Permalink
Testing newer Scipy syntax in Prior.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thjsal committed Feb 18, 2025
1 parent 16a7991 commit 304a4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpsi/Prior.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def draw(self, ndraws, transform=False, LHS_seed=None):

# Create a Latin Hypercube sampler
sampler = qmc.LatinHypercube(d=len(self),
seed=LHS_seed)
rng=LHS_seed)

# Generate Latin Hypercube samples in the range [0, 1]
h = sampler.random(n=ndraws)
Expand Down

0 comments on commit 304a4ac

Please sign in to comment.