Skip to content

Commit

Permalink
fix iStop
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Thibaut committed Nov 15, 2024
1 parent 7b81b24 commit 0a51b2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
lmax = d["lmax"]
type = d["type"]
iStart = d["iStart"]
iStop = 399
iStop = d["iStop"]
name = "all"

spectra = ["TT", "TE", "TB", "ET", "BT", "EE", "EB", "BE", "BB"]
Expand Down

0 comments on commit 0a51b2d

Please sign in to comment.