Skip to content

Commit

Permalink
allow extra fields in generic config
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Jan 24, 2025
1 parent 2eef0fe commit c99b35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioimageio/spec/generic/v0_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ class BioimageioConfig(Node, extra="allow"):
"""bioimage.io internal metadata."""


class Config(Node):
class Config(Node, extra="allow"):
"""A place to store additional metadata (often tool specific).
Such additional metadata is typically set programmatically by the respective tool
Expand Down

0 comments on commit c99b35e

Please sign in to comment.