Skip to content

Commit

Permalink
(kdtree) test failure fixed - caused by slightly different round-off …
Browse files Browse the repository at this point in the history
…error with different ordering of particles, ok to increase tolerance slightly
  • Loading branch information
danieljprice committed Jan 21, 2020
1 parent 182fc19 commit 266f94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_gravity.F90
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ subroutine test_gravity(ntests,npass,string)
do i=1,npart
epot = epot + poten(i)
enddo
call checkval(epot,phitot,4.8e-4,nfailed(4),'potential')
call checkval(epot,phitot,5.1e-4,nfailed(4),'potential')
call update_test_scores(ntests,nfailed(1:4),npass)
endif
enddo
Expand Down

0 comments on commit 266f94f

Please sign in to comment.