Skip to content

Commit

Permalink
fix tournament arg
Browse files Browse the repository at this point in the history
  • Loading branch information
ndharasz committed Jul 1, 2024
1 parent fad168d commit 2e98030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numerai/cli/node/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_models(tournament):
@click.option(
"--tournament",
"-t",
default=TOURNAMENTS["numerai"],
default=8,
help="Target a specific tournament number."
" Defaults to Numerai Tournament/Classic."
f" Available tournaments: {json.dumps(tournaments_dict(), indent=2)}",
Expand Down

0 comments on commit 2e98030

Please sign in to comment.