From 780cc7ec3c9241138a9fa9085e2c43d15766f2c9 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 5 Jan 2016 02:00:20 +0100 Subject: [PATCH] Removed annoying HBO test --- test/bats/qp.bats | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/bats/qp.bats b/test/bats/qp.bats index dc58d196..45924479 100644 --- a/test/bats/qp.bats +++ b/test/bats/qp.bats @@ -88,12 +88,6 @@ function run_FCI() { run_HF hbo.ezfio -98.8251985678084 } -@test "FCI HBO STO-3G" { - run "SCF HBO STO-3G" - run_FCI hbo.ezfio 5000 -98.9661184343292 -98.9662954089732 -} - -