summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2019-06-14 13:15:44 +0100
committerGitHub <noreply@github.com>2019-06-14 13:15:44 +0100
commitb0067374c8ddc0f5e67495b37e14505777ac191f (patch)
tree9391369b0a6b9052784b936fb57638c79e6276f7 /Wrappers/Python
parent502459e3cf8e13fed14663c7089511e23d93f040 (diff)
downloadframework-b0067374c8ddc0f5e67495b37e14505777ac191f.tar.gz
framework-b0067374c8ddc0f5e67495b37e14505777ac191f.tar.bz2
framework-b0067374c8ddc0f5e67495b37e14505777ac191f.tar.xz
framework-b0067374c8ddc0f5e67495b37e14505777ac191f.zip
renamed the simple jakobs phantom to hotdog
Diffstat (limited to 'Wrappers/Python')
-rwxr-xr-xWrappers/Python/ccpi/framework/TestData.py2
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):