Skip to content

Commit

Permalink
Fixing flake issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
DilyOng committed Nov 14, 2023
1 parent 467db73 commit 226fb46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion anesthetic/examples/perfect_ns.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ def planck_gaussian(nlive=500):
samples : :class:`anesthetic.samples.NestedSamples`
Nested sampling run
"""

cov = np.array([
[2.12e-08, -9.03e-08, 1.76e-08, 2.96e-07, 4.97e-07, 2.38e-07],
[-9.03e-08, 1.39e-06, -1.26e-07, -3.41e-06, -4.15e-06, -3.28e-06],
Expand Down

0 comments on commit 226fb46

Please sign in to comment.