Commit f9bad6a
Allow empty string "" in columns to be overridden with default values in priors (#384)
The check only looked for whether it was not a string, but empty string values that are passed as `""` were not caught here. This should fix the error.
---------
Co-authored-by: Daniel Weindl <daniel.weindl@uni-bonn.de>1 parent eeb18ac commit f9bad6a
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
281 | | - | |
282 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
283 | 285 | | |
284 | 286 | | |
285 | 287 | | |
| |||
0 commit comments