Skip to content

Commit

Permalink
Issue #168 added some dummy data so we can run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Apr 27, 2021
1 parent 5ae3f60 commit 24fddc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/data/lus/surface_model_liver_probe.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"surfaces": {
"liver": {
"file": "/Users/mattclarkson/build/SmartLiver/spp_liver_normalised.vtk",
"file": "tests/data/models/liver.vtp",
"colour": [255, 255, 255],
"opacity": 1.0,
"visibility": true,
"pickable": false,
"no shading": true
},
"probe": {
"file": "/Users/mattclarkson/build/SmartLiver/spp_probe_normalised.vtk",
"file": "tests/data/models/unstructured_grid.vtk",
"colour": [127, 127, 127],
"opacity": 1.0,
"visibility": true,
"pickable": true,
"no shading": true
}
}
}
}

0 comments on commit 24fddc3

Please sign in to comment.