Updated tests

This commit is contained in:
Fernando P. Panadero 2024-11-20 12:43:11 +01:00
parent 263ae07361
commit 3a251dd1b8
7 changed files with 46 additions and 37 deletions

View file

@ -2,6 +2,8 @@ using LatticeGPU
using CUDA
using TimerOutputs
println(" # Free solution for SF correlation functions")
@timeit "fA_fP test" begin
@ -115,7 +117,7 @@ using TimerOutputs
elseif difP > 1.0e-15
error("fP test failed with error ", difP)
else
print("fA & fP tests passed with errors: ", difA," and ",difP,"!\n")
print("fA & fP tests passed with errors: ", difA," and ",difP,"\n")
end
end