Skip to content

Commit

Permalink
fix: python issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Caceresenzo committed Apr 20, 2023
1 parent ca0e73d commit 70dba39
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.14.0'
__version__ = '0.14.1'
__author__ = 'Enzo CACERES'
__author_email__ = '[email protected]'
__url__ = 'https://github.com/crunchdao/crunch-cli'
2 changes: 1 addition & 1 deletion crunch/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

Expand Down

0 comments on commit 70dba39

Please sign in to comment.