From 495814e64f5b144a48f93aac28650a4e562264d4 Mon Sep 17 00:00:00 2001 From: Eric Boniface Date: Tue, 14 Sep 2021 15:39:26 +0200 Subject: [PATCH] Initialize a section for testing saving results --- tests/unit_tests.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/unit_tests.py b/tests/unit_tests.py index 605c1d3a..41ce19e4 100644 --- a/tests/unit_tests.py +++ b/tests/unit_tests.py @@ -459,6 +459,16 @@ def test_redundancy(self, create_Partner): assert (partner.x_train == partner.x_train[0]).all() +##### +# +# Test saving results (both standalone scenario and experiments) +# +###### + +class _TestSavingResults: + pass + + ##### # # Test Demo and config files