From 71b9f82e93ed46ba5cbcbf55589fd96a7e1e30d2 Mon Sep 17 00:00:00 2001 From: Caceresenzo Date: Tue, 25 Apr 2023 13:58:07 +0200 Subject: [PATCH] fix(inline): add return for the test method --- crunch/__version__.py | 2 +- crunch/inline.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crunch/__version__.py b/crunch/__version__.py index 51cdf23..426e29e 100644 --- a/crunch/__version__.py +++ b/crunch/__version__.py @@ -1,6 +1,6 @@ __title__ = 'crunch-cli' __description__ = 'crunch-cli - CLI of the CrunchDAO Platform' -__version__ = '0.15.1' +__version__ = '0.15.2' __author__ = 'Enzo CACERES' __author_email__ = 'enzo.caceres@crunchdao.com' __url__ = 'https://github.com/crunchdao/crunch-cli' diff --git a/crunch/inline.py b/crunch/inline.py index 3dc4237..1fcbb72 100644 --- a/crunch/inline.py +++ b/crunch/inline.py @@ -37,7 +37,7 @@ def load_data(self) -> typing.Tuple[pandas.DataFrame, pandas.DataFrame, pandas.D return x_train, y_train, x_test def test(self, force_first_train=True, train_frequency=1): - tester.run( + return tester.run( self.module, self.session, self.model_directory,