Skip to content

Commit

Permalink
test: update the ISCO test for EMDA
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Oct 14, 2024
1 parent 360a171 commit 55e88b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/smoke-tests/special-radii.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using StaticArrays
KerrMetric(1.0, -0.998),
JohannsenMetric(M = 1.0, a = 0.998, α13 = 1.0),
JohannsenMetric(M = 1.0, a = 0.998, α22 = 1.0),
DilatonAxion(M = 1.0, a = 0.998, β = 0.2, b = 1.0),
DilatonAxion(M = 1.0, a = 0.6, β = -0.5, b = 0.1),
)

@testset "iscos" begin
Expand All @@ -26,7 +26,7 @@ using StaticArrays
8.99437445480357,
2.8482863127671534,
1.1306596884484472,
6.880202293032178,
32.95283734688169,
],
)
isco_r = Gradus.isco(m)
Expand Down

0 comments on commit 55e88b7

Please sign in to comment.