Skip to content

Commit

Permalink
🚨 Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Apr 18, 2024
1 parent d8882f3 commit 449ed24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/space_indices.jl
Original file line number Diff line number Diff line change
Expand Up @@ -311,14 +311,14 @@ end
@test r β‰ˆ 58.4

r = space_index(Val(:M10), dt)
@test r β‰ˆ 72.5
@test r β‰ˆ 72.7
r = space_index(Val(:M10), jd)
@test r β‰ˆ 72.5
@test r β‰ˆ 72.7

r = space_index(Val(:M81a), dt)
@test r β‰ˆ 73.7
@test r β‰ˆ 73.9
r = space_index(Val(:M81a), jd)
@test r β‰ˆ 73.7
@test r β‰ˆ 73.9

r = space_index(Val(:Y10), dt)
@test r β‰ˆ 58.2
Expand Down

0 comments on commit 449ed24

Please sign in to comment.