Skip to content

Commit 4ebd7cd

Browse files
committed
Changed path to new model
1 parent 1da3b1c commit 4ebd7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lcep_package/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def main(input: str, model: str, cuda: bool, output: str):
3030

3131
print('[bold blue]Run [green]lcep-package --help [blue]for an overview of all commands\n')
3232
if not model:
33-
model = get_xgboost_model(f'{WD}/models/model_28.08.2020_v1.xgb')
33+
model = get_xgboost_model(f'{WD}/models/model_08.04.2021_v2.xgb')
3434
else:
3535
model = get_xgboost_model(model)
3636
if cuda:

0 commit comments

Comments
 (0)