Skip to content

Commit

Permalink
update test data README
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai committed Aug 15, 2024
1 parent 73f5e89 commit 1c3bd84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bagel/tests/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Example inputs to the CLI
| 19 | Example with two columns about diagnosis | Valid | pass |
| 20 | Valid, based on example 19 but contains multiple annotated columns about age and sex | Valid | pass |
| 21 | Valid, based on example 2 but contains a dash in a column name | Valid | pass |
| iso88591 | invalid, ISO-8859-1 encoded and contains French characters in the age column | invalid, ISO-8859-1 encoded and contains French characters in the age column | fail
| iso88591 | invalid, ISO-8859-1 encoded and contains French characters in the age column | invalid, ISO-8859-1 encoded and contains French characters in the age column | fail |
| invalid_json | - | not valid JSON, contains trailing comma after `group` key-value pair | fail |

`* this is expected to fail until we enable multiple participant_ID handling`.

Expand Down

0 comments on commit 1c3bd84

Please sign in to comment.