Skip to content

Commit

Permalink
Allow for multiple_occurence
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Dec 18, 2024
1 parent aa1b65e commit 9e4ab4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/config/parsing/config_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def design_matrix_keyword() -> SchemaItem:
SchemaItemType.STRING,
SchemaItemType.STRING,
],
multi_occurrence=False,
multi_occurrence=True,
)


Expand Down

0 comments on commit 9e4ab4a

Please sign in to comment.