From 70dba39927fd2e752364c4cf26d2226477572edf Mon Sep 17 00:00:00 2001 From: Caceresenzo Date: Thu, 20 Apr 2023 15:17:47 +0200 Subject: [PATCH] fix: python issue --- crunch/__version__.py | 2 +- crunch/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crunch/__version__.py b/crunch/__version__.py index 5eff463..5fa8b3b 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.14.0' +__version__ = '0.14.1' __author__ = 'Enzo CACERES' __author_email__ = 'enzo.caceres@crunchdao.com' __url__ = 'https://github.com/crunchdao/crunch-cli' diff --git a/crunch/main.py b/crunch/main.py index 53c2b85..231378e 100644 --- a/crunch/main.py +++ b/crunch/main.py @@ -124,7 +124,7 @@ def test( session, main_file_path=main_file_path, model_directory_path=model_directory_path, - train_frequency=not no_force_first_train, + force_first_train=not no_force_first_train, train_frequency=train_frequency, )