Skip to content

Commit

Permalink
Test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWilkie committed Nov 7, 2024
1 parent c0499fd commit 2e12fe7
Show file tree
Hide file tree
Showing 8 changed files with 8,076 additions and 0 deletions.
Binary file added tests/darwin/data/nifti/BRAINIX_NIFTI_ROI.nii.gz
Binary file not shown.
44 changes: 44 additions & 0 deletions tests/darwin/data/nifti/legacy/.v7/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"version": "1.0",
"schema_ref": "https://darwin-public.s3.eu-west-1.amazonaws.com/darwin_json/metadata/1.0/schema.json",
"classes": [
{
"name": "Reference_sBAT",
"type": "polygon",
"description": null,
"color": "rgba(0,255,170,1.0)",
"sub_types": [
"text",
"inference"
],
"properties": [],
"sub_types_settings": {
"inference": {},
"text": {}
}
}
],
"properties": [
{
"name": "item-level-ss",
"type": "single_select",
"description": "What is this?",
"required": false,
"property_values": [
{
"value": "1",
"color": "rgba(238,240,241,1.0)"
},
{
"value": "2",
"color": "rgba(255,0,214,1.0)"
},
{
"value": "3",
"color": "rgba(173,255,0,1.0)"
}
],
"granularity": "item"
}
]
}
Loading

0 comments on commit 2e12fe7

Please sign in to comment.