ITK icon indicating copy to clipboard operation
ITK copied to clipboard

FEM tests failing due to missing parameters

Open dzenanz opened this issue 1 year ago • 2 comments

Multiple tests are failing due to missing parameters. Example:

Missing parameters.
Usage: itkFEMElement3DTest inputFileName

Description

Failing tests:

  • itkFEMC0HexahedralElement-GravityLoad-BCs
  • itkFEMC0HexahedralElement-NodalLoads-BCs
  • itkFEMC0HexahedralElement-NoLoads
  • itkFEMC0TetrahedralElement-GravityLoad-BCs
  • itkFEMC0TetrahedralElement-NodalLoads-BCs
  • itkFEMC0TetrahedralElement-NoLoads
  • itkImageToRectilinearFEMObjectFilter2DTest
  • itkImageToRectilinearFEMObjectFilter3DTest

More details here: https://open.cdash.org/viewTest.php?onlyfailed&buildid=9768301. This link will go stale within a few months, but it comes from Build Name: Windows11-VS22x64-RelWithDebInfo-Favorite-Remotes.

This was probably caused by some test refactoring, because FEM modules are disabled by default.

dzenanz avatar Jul 18 '24 13:07 dzenanz