Corrected names in testSingle.c to reflect part struct change.
Merge request reports
Activity
mentioned in merge request !204 (merged)
James, the branch test_125 has all the updated tests working and running with all 3 SPH schemes. You may want to merge that into your branch as it could solve some of the problems you are facing. Also, I am not a big fan of increasing the tolerance unless there is a good physically motivated reason for it.
I increased the tolerance for rho_dh due to these errors in the Gadget2 scheme:
Tolerances read from file Checking the first 216 particles. Absolute difference larger than tolerance (2.000000e-05) for particle 17, column 9: File 1: a = 4.805696e+01 File 2: b = 4.805698e+01 Difference: |a-b| = 2.000000e-05 Absolute difference larger than tolerance (2.000000e-05) for particle 27, column 9: File 1: a = 4.832451e+01 File 2: b = 4.832453e+01 Difference: |a-b| = 2.000000e-05 Absolute difference larger than tolerance (2.000000e-05) for particle 81, column 9: File 1: a = 4.913175e+01 File 2: b = 4.913177e+01 Difference: |a-b| = 2.000000e-05 Absolute difference larger than tolerance (2.000000e-05) for particle 159, column 9: File 1: a = 4.716535e+01 File 2: b = 4.716537e+01 Difference: |a-b| = 2.000000e-05 Absolute difference larger than tolerance (2.000000e-05) for particle 179, column 9: File 1: a = 4.802430e+01 File 2: b = 4.802432e+01 Difference: |a-b| = 2.000000e-05 Absolute difference larger than tolerance (2.000000e-05) for particle 200, column 9: File 1: a = 4.809036e+01 File 2: b = 4.809039e+01 Difference: |a-b| = 3.000000e-05 FAIL: test27cellsPerturbed.sh
I will try and merge my latest doself1 branch with master and test_125.
@jwillis did you merge the test_125 branch into this one ?
Reassigned to @matthieu
mentioned in commit 352f3185
Please register or sign in to reply