Skip to content

Commit

Permalink
defaults: fix erroneous Lune Co-latitude defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
hvasbath committed Mar 21, 2024
1 parent 450ec08 commit ecf1404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beat/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def __getitem__(self, k):
),
"w": Bounds(
physical_bounds=(-3.0 / 8.0 * num.pi, 3.0 / 8.0 * num.pi),
default_bounds=(-0.005, 0.005),
default_bounds=(-3.0 / 8.0 * num.pi, 3.0 / 8.0 * num.pi),
unit="$[rad]$",
),
"v": Bounds(
Expand Down

0 comments on commit ecf1404

Please sign in to comment.