Skip to content

Commit

Permalink
set mri diffusion dataset modality to DX
Browse files Browse the repository at this point in the history
otherwise instance is dropped due to unsupported modality
  • Loading branch information
p-j-smith committed Dec 18, 2024
1 parent 3bb65e1 commit 52a9833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixl_dcmd/tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def mri_diffusion_dicom_image(test_project_config: PixlConfig) -> pydicom.Datase
test whether the anonymisation process works as expected when defining overrides.
"""
manufacturer = "Philips"
ds = generate_dicom_dataset(Manufacturer=manufacturer, Modality="MR")
ds = generate_dicom_dataset(Manufacturer=manufacturer, Modality="DX")
tags = _get_mri_diffusion_tags(
config=test_project_config, manufacturer=manufacturer
)
Expand Down

0 comments on commit 52a9833

Please sign in to comment.