Skip to content

Commit 4d53599

Browse files
authored
Merge pull request #404 from mj-will/fix-warning
BUG: remove stray comma in warning
2 parents cdda879 + 69cc1fb commit 4d53599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nessai/flowmodel/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def update_config(flow_config, training_config=None):
124124
warn(
125125
(
126126
f"Key `{key}` should now be specified in "
127-
"`training_config`",
127+
"`training_config`"
128128
),
129129
FutureWarning,
130130
)

0 commit comments

Comments
 (0)