Skip to content

Commit 60a4913

Browse files
author
Michael Sh
committed
Fixed some tests for the new model
1 parent ab9961a commit 60a4913

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

coeffs/read.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ func nMaxForEpoch(epoch string) (int, error) {
284284
}
285285
if epoch_f < 2000.0 {
286286
nmax = 10
287-
} else if epoch_f > 2020.0 {
287+
} else if epoch_f > 2025.0 {
288288
nmax = 8
289289
} else {
290290
nmax = 13

0 commit comments

Comments
 (0)