From 55b26b217cdadd0eaebd900bca240f2fe594f836 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 16 Jun 2022 20:01:19 -0500 Subject: [PATCH] symengine/batch_optimizer_09_1: add test variant symengine-0.9.0 actually produces some output for the scalar case where the old test variant recorded an exception. As this is a strictly improved behavior let's simply add a test variant. --- ...atch_optimizer_09_1.output.symengine-0.9.0 | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tests/symengine/batch_optimizer_09_1.output.symengine-0.9.0 diff --git a/tests/symengine/batch_optimizer_09_1.output.symengine-0.9.0 b/tests/symengine/batch_optimizer_09_1.output.symengine-0.9.0 new file mode 100644 index 0000000000..9a90318406 --- /dev/null +++ b/tests/symengine/batch_optimizer_09_1.output.symengine-0.9.0 @@ -0,0 +1,26 @@ + +DEAL:Double:Evaluation::f: x*y +DEAL:Double:Evaluation::G: (x + y)*T_00 (x + y)*T_01 (x + y)*T_10 (x + y)*T_11 +DEAL:Double:Evaluation::H: S_00/(x - y) S_01/(x - y) S_01/(x - y) S_11/(x - y) +DEAL:Double:Evaluation::f(x,y): 20.00000000 +DEAL:Double:Evaluation::G(x,y,T): 48.00000000 48.00000000 60.00000000 84.00000000 +DEAL:Double:Evaluation::H(x,y,S): 0.6250000000 0.7500000000 0.7500000000 0.7500000000 +DEAL:Double:Evaluation:: +DEAL:Double:Extraction::f(x,y): 20.00000000 +DEAL:Double:Extraction::G(x,y,T): 48.00000000 48.00000000 60.00000000 84.00000000 +DEAL:Double:Extraction::H(x,y,S): 0.6250000000 0.7500000000 0.7500000000 0.7500000000 +DEAL:Double:Extraction:: +DEAL:Double:Invalid evaluation::Going to try evaluation without substitution... +DEAL:Double:Invalid evaluation::f(x,y): 0.000000000 +DEAL:Double:Invalid evaluation:: +DEAL:Double:Invalid evaluation::Caught invalid evaluation before substitution: Tensor +DEAL:Double:Invalid evaluation::Caught invalid evaluation before substitution: SymmetricTensor +DEAL:Double:Invalid evaluation::Going to try substitution without optimization... +DEAL:Double:Invalid evaluation::Caught invalid substitution before optimization. +DEAL:Double:Invalid evaluation::Going to try evaluation without optimization... +DEAL:Double:Invalid evaluation::f(x,y): 0.000000000 +DEAL:Double:Invalid evaluation:: +DEAL:Double:Invalid evaluation::Caught invalid evaluation before optimization: Tensor +DEAL:Double:Invalid evaluation::Caught invalid evaluation before optimization: SymmetricTensor +DEAL:Double::OK +DEAL::OK -- 2.39.5