Skip to content

Commit

Permalink
🐛 Crap. Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
brackham committed Oct 4, 2023
1 parent 618a468 commit 4827cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions speclib/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1117,8 +1117,8 @@ def __init__(

logg_bds = np.array(logg_bds)
logg_bds = (
self.grid_loggs[self.grid_loggs >= logg_bds.min()].max(),
self.grid_loggs[self.grid_loggs <= logg_bds.max()].min(),
self.grid_loggs[self.grid_loggs <= logg_bds.min()].max(),
self.grid_loggs[self.grid_loggs >= logg_bds.max()].min(),
)
self.logg_bds = logg_bds

Expand Down

0 comments on commit 4827cd5

Please sign in to comment.