You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STYLE: Use ITK_TRY_EXPECT_NO_EXCEPTION macro in IOTransformMINC test
Use `ITK_TRY_EXPECT_NO_EXCEPTION` macro in `IOTransformMINC` test:
- Use `ITK_TRY_EXPECT_NO_EXCEPTION` macro when updating filters in lieu
of `try/catch` blocks for the sake of readability and compactness, and
to save typing/avoid boilerplate code.
- Only place with the macro the code that might raise exceptions.
0 commit comments