From d94e963cfc46694846945b8c111c8b6a9f404883 Mon Sep 17 00:00:00 2001 From: amete <serhanmete@gmail.com> Date: Wed, 12 Aug 2020 09:18:56 +0200 Subject: [PATCH] Update AthenaOutputStream test to include lossy float compression of vectors --- Control/AthenaServices/test/AthenaOutputStream_test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Control/AthenaServices/test/AthenaOutputStream_test.cxx b/Control/AthenaServices/test/AthenaOutputStream_test.cxx index ec789133735..8425a140a03 100644 --- a/Control/AthenaServices/test/AthenaOutputStream_test.cxx +++ b/Control/AthenaServices/test/AthenaOutputStream_test.cxx @@ -93,7 +93,7 @@ int main() { baz4lfc->setStore (bazaux4lfc.get()); SG::AuxElement::Accessor<float> foo ("foo"); SG::AuxElement::Accessor<double> bar ("bar"); - SG::AuxElement::Accessor<float> zzz ("zzz"); + SG::AuxElement::Accessor<std::vector<float>> zzz ("zzz"); foo (*baz4lfc); bar (*baz4lfc); zzz (*baz4lfc); -- GitLab