10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-03 18:05:59 +02:00

Fixed test

This commit is contained in:
Anthony Scemama 2018-03-20 17:47:33 +01:00
parent 7d18772ba4
commit d238310394

View File

@ -54,7 +54,7 @@ source $QP_ROOT/tests/bats/common.bats.sh
ezfio set_file TMP ezfio set_file TMP
energy="$(ezfio get mrcepa0 energy_pt2)" energy="$(ezfio get mrcepa0 energy_pt2)"
rm -rf TMP rm -rf TMP
eq $energy -76.2357032076682 2.e-4 eq $energy -76.2359960472962 3.e-4
} }
@test "MRCEPA0 H2O cc-pVDZ" { @test "MRCEPA0 H2O cc-pVDZ" {