-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Using the # character as a sigil or separator is slightly cumbersome because it's also the comment character in Python and Bash. Values mentioned on the command line need to be put in quotes, eg. '--trainer#max_epochs' 5. Perhaps deprecating this and using : or :: instead?
Lines 26 to 29 in 3b6b11a
| ID_REF_KEY = "@" # start of a reference to a ConfigItem | |
| ID_SEP_KEY = "#" # separator for the ID of a ConfigItem | |
| EXPR_KEY = "$" # start of a ConfigExpression | |
| MACRO_KEY = "%" # start of a macro of a config |
Reactions are currently unavailable