Skip to content

Commit

Permalink
test: update isco values and add a=0 test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Oct 14, 2024
1 parent b5378bc commit 0a96a29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/smoke-tests/special-radii.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ using StaticArrays
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.6, β = -0.5, b = 0.1),
KerrMetric(M = 1.0, a = 0.0),
DilatonAxion(M = 1.0, a = 0.0, b = 0.0, β = 0.0),
)

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

0 comments on commit 0a96a29

Please sign in to comment.