diff options
-rwxr-xr-x | Wrappers/Python/ccpi/framework/TestData.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/ccpi/framework/TestData.py b/Wrappers/Python/ccpi/framework/TestData.py index cfad7a3..e7dc908 100755 --- a/Wrappers/Python/ccpi/framework/TestData.py +++ b/Wrappers/Python/ccpi/framework/TestData.py @@ -15,7 +15,7 @@ class TestData(object): CAMERA = 'camera.png'
PEPPERS = 'peppers.tiff'
RESOLUTION_CHART = 'resolution_chart.tiff'
- SIMPLE_PHANTOM_2D = 'simple_jakobs_phantom'
+ SIMPLE_PHANTOM_2D = 'hotdog'
SHAPES = 'shapes.png'
def __init__(self, **kwargs):
|