Skip to content

Commit

Permalink
fix(inline): add return for the test method
Browse files Browse the repository at this point in the history
  • Loading branch information
Caceresenzo committed Apr 25, 2023
1 parent 02a405e commit 71b9f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crunch/__version__.py
Original file line number Diff line number Diff line change
@@ -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__ = '[email protected]'
__url__ = 'https://github.com/crunchdao/crunch-cli'
2 changes: 1 addition & 1 deletion crunch/inline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 71b9f82

Please sign in to comment.