From ca24ed8adfe5479172730463bdbe664d67a52122 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 24 Apr 2013 21:47:59 +0000 Subject: [PATCH] [Test] Disabled CpJump test Since the jump in Cp is eliminated by the adjustments to the polynomial coefficients, this test is not meaningful. --- test_problems/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_problems/SConscript b/test_problems/SConscript index 886318944..447e58b1b 100644 --- a/test_problems/SConscript +++ b/test_problems/SConscript @@ -226,7 +226,7 @@ CompileAndTest('ChemEquil_ionizedGas', comparisons=[('table_blessed.csv', 'table.csv')]) CompileAndTest('ChemEquil_red1', 'ChemEquil_red1', 'basopt_red1', 'output_blessed.txt') -CompileAndTest('CpJump', 'CpJump', 'CpJump', 'output_blessed.txt') +#CompileAndTest('CpJump', 'CpJump', 'CpJump', 'output_blessed.txt') CompileAndTest('cxx_ex', 'cxx_ex', 'cxx_examples', 'output_blessed.txt', comparisons=[('eq1_blessed.csv', 'eq1.csv'), ('kin1_blessed.csv', 'kin1.csv'),