Skip to content

Commit

Permalink
Fix failing LUT test
Browse files Browse the repository at this point in the history
  • Loading branch information
CPBridge committed Jan 30, 2024
1 parent 0f173e4 commit 5fc6e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/highdicom/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -2610,7 +2610,7 @@ def __init__(

self._lut_data = np.array(
expanded_lut_values,
dtype=self._dtype
dtype=segmented_lut_data.dtype,
)

len_data = len(expanded_lut_values)
Expand Down

0 comments on commit 5fc6e83

Please sign in to comment.