Skip to content

Commit

Permalink
test: update thick disc test value
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Sep 9, 2023
1 parent 0feb2a9 commit 156458e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/transfer-functions/test-thick-disc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ d = ShakuraSunyaev(m)
tf = cunningham_transfer_function(m, x, d, 3.0; β₀ = 1.0)

total = sum(filter(!isnan, tf.f))
@test total 13.419539069804333 atol = 1e-4
@test total 12.148257594740231 atol = 1e-4

0 comments on commit 156458e

Please sign in to comment.