Skip to content

Commit

Permalink
Change default identifier to "result"
Browse files Browse the repository at this point in the history
See issue #25 for the reasons.
  • Loading branch information
Splines committed Mar 18, 2024
1 parent c71ce30 commit 8daa7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def config_init(
print_auto: bool = False,
min_exponent_for_non_scientific_notation: int = -2,
max_exponent_for_non_scientific_notation: int = 3,
identifier: str = "res",
identifier: str = "result",
sigfigs_fallback: int = 2,
decimal_places_fallback: int = -1, # -1: "per default use sigfigs as fallback instead"
siunitx_fallback: bool = False,
Expand Down

0 comments on commit 8daa7db

Please sign in to comment.