Skip to content

Commit

Permalink
(test_ptmass) revert changes to tolerances
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Dec 20, 2024
1 parent c003cb6 commit 8cdebf8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tests/test_ptmass.f90
Original file line number Diff line number Diff line change
Expand Up @@ -416,14 +416,12 @@ subroutine test_binary(ntests,npass,string)
tolang = 6.e-10
endif
tolen = 1.2e-2
if (use_fourthorder) tolen = 5.e-4
case(2)
tolen = 1.2e-3
if (gravity) tolen = 3.1e-3

if (use_fourthorder) then
tolang = 2.e-11
tolen = 8.e-4
endif
case default
if (calc_gravitwaves .and. itest==1) then
Expand Down

0 comments on commit 8cdebf8

Please sign in to comment.