Skip to content

Commit

Permalink
By default a run is considered debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Aug 28, 2023
1 parent c651206 commit 32f317d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gaitmap-challenges/gaitmap_challenges/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def save_run( # noqa: PLR0912, PLR0915, C901
debug_run = config_debug_run

if debug_run is None:
debug_run = False
debug_run = True

# We use the import path of the challenge class as the name of the challenge
challenge_name = challenge.__class__.__module__ + "." + challenge.__class__.__name__
Expand Down

0 comments on commit 32f317d

Please sign in to comment.