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
Due to templates requiring values to be known at compile time, it is currently not possible to create Cartesian products of input/output dimensionality values so that the instantiation of filters that support only some given values can be tested with products of unsupported values.
Expected behavior
A Create Cartesian product testing utility function is used to test unsupported dimensionality combinations.
Description
Due to templates requiring values to be known at compile time, it is currently not possible to create Cartesian products of input/output dimensionality values so that the instantiation of filters that support only some given values can be tested with products of unsupported values.
Expected behavior
A Create Cartesian product testing utility function is used to test unsupported dimensionality combinations.
Actual behavior
Input/output dimensionality values that are not supported (e.g. trigger an exception) need to be fully developed/unfolded in tests, e.g.
https://github.com/InsightSoftwareConsortium/ITK/pull/4166/files#r1306746602
Additional Information
Something along these lines (templates could be used):
e.g. https://onlinegdb.com/v4xEK5s2H
The text was updated successfully, but these errors were encountered: