Skip to content

Commit

Permalink
Fix unit test failure.
Browse files Browse the repository at this point in the history
Signed-off-by: Joey Kleingers <[email protected]>
  • Loading branch information
joeykleingers committed Jan 9, 2025
1 parent c2514bc commit 6d20a96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class SIMPLNXCORE_EXPORT IdentifySampleFilter : public IFilter
// Parameter Keys
static inline constexpr StringLiteral k_FillHoles_Key = "fill_holes";
static inline constexpr StringLiteral k_SliceBySlice_Key = "slice_by_slice";
static inline constexpr StringLiteral k_SliceBySlicePlane_Key = "slice_by_slice_plane";
static inline constexpr StringLiteral k_SliceBySlicePlane_Key = "slice_by_slice_plane_index";
static inline constexpr StringLiteral k_SelectedImageGeometryPath_Key = "input_image_geometry_path";
static inline constexpr StringLiteral k_MaskArrayPath_Key = "mask_array_path";

Expand Down

0 comments on commit 6d20a96

Please sign in to comment.