Skip to content

Commit

Permalink
test: use rtol not atol in sampled emissivity
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Aug 24, 2023
1 parent c0b62c1 commit 5fbd9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/emissivity.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ r, em = get_emissivity(profile)
0.0001872210347441914,
3.8919060688680126e-5,
]
atol = 1e-2
rtol = 1e-2

0 comments on commit 5fbd9ed

Please sign in to comment.