We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6127a0 commit ddb4b5aCopy full SHA for ddb4b5a
petprep/interfaces/tests/test_reports.py
@@ -83,6 +83,7 @@ def test_functional_summary_with_metadata():
83
orientation='RAS',
84
metadata={
85
'TracerName': 'DASB',
86
+ 'Radionuclide': 'C-11',
87
'InjectedRadioactivity': 100,
88
'InjectedRadioactivityUnits': 'MBq',
89
'FrameTimesStart': [0, 1],
@@ -91,6 +92,6 @@ def test_functional_summary_with_metadata():
91
92
)
93
94
segment = summary._generate_segment()
- assert 'Radiotracer: DASB' in segment
95
+ assert 'Radiotracer: C-11-DASB' in segment
96
assert 'Injected dose: 100 MBq' in segment
97
assert 'Number of frames: 2' in segment
0 commit comments