Skip to content

Commit 05b6d99

Browse files
ConditionDF at least one column
Changed the default columns in condition to have at least on column (plus conditionId index). Fixes bug mentioned in #55 (#57)
1 parent 7e64c8b commit 05b6d99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/petab_gui/C.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"condition": {
3636
"conditionId": {"type": "STRING", "optional": False},
37-
"conditionName": {"type": "STRING", "optional": True},
37+
"conditionName": {"type": "STRING", "optional": False},
3838
}
3939
}
4040

0 commit comments

Comments
 (0)