Skip to content

Commit

Permalink
BUG: Remove ComputeTriangleShapesFilter due to incorrect output. (#1148)
Browse files Browse the repository at this point in the history
This filter is going to be temporarily disabled because it does not compute correct values.

Signed-off-by: Michael Jackson <[email protected]>
  • Loading branch information
imikejackson authored Dec 2, 2024
1 parent 093c79f commit ed349fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Plugins/OrientationAnalysis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ set(FilterList
ComputeSchmidsFilter
ComputeShapesFilter
ComputeSlipTransmissionMetricsFilter
ComputeTriangleGeomShapesFilter
# ComputeTriangleGeomShapesFilter
ConvertHexGridToSquareGridFilter
ConvertOrientationsFilter
ConvertQuaternionFilter
Expand Down Expand Up @@ -186,7 +186,7 @@ set(filter_algorithms
ComputeSchmids
ComputeShapes
ComputeSlipTransmissionMetrics
ComputeTriangleGeomShapes
# ComputeTriangleGeomShapes
ConvertHexGridToSquareGrid
ConvertQuaternion
CreateEnsembleInfo
Expand Down
2 changes: 1 addition & 1 deletion src/Plugins/OrientationAnalysis/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set(${PLUGIN_NAME}UnitTest_SRCS
ComputeSchmidsTest.cpp
ComputeShapesFilterTest.cpp
ComputeSlipTransmissionMetricsTest.cpp
ComputeTriangleGeomShapesTest.cpp
# ComputeTriangleGeomShapesTest.cpp
ConvertHexGridToSquareGridTest.cpp
ConvertOrientationsTest.cpp
ConvertQuaternionTest.cpp
Expand Down

0 comments on commit ed349fd

Please sign in to comment.