Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to remove Matlab dependency for unit tests #86

Closed
mmodat opened this issue Jul 25, 2022 · 2 comments
Closed

Need to remove Matlab dependency for unit tests #86

mmodat opened this issue Jul 25, 2022 · 2 comments

Comments

@mmodat
Copy link
Contributor

mmodat commented Jul 25, 2022

This is required for #85 without downloading the testing files from a different place.

@mmodat
Copy link
Contributor Author

mmodat commented Jul 25, 2022

List of tests currently existing:

  • reg_test_affine_deformation_field
    • 2D
    • 3D
  • reg_test_bspline_deformation_field
    • 2D
    • 3D
    • 2D with composition
    • 3D with composition
  • reg_test_blockMatching
    • 2D
    • 3D
  • reg_test_changeDataType
    • 2D uchar
    • 2D float
    • 2D double
    • 3D uchar
    • 3D float
    • 3D double
  • reg_test_interpolation
    • 2D nn
    • 2D lin
    • 2D spline
    • 3D nn
    • 3D lin
    • 3D spline
  • reg_test_leastTrimmedSquares
    • 2D LS rigid
    • 2D LS affine
    • 2D LTS rigid
    • 2D LTS affine
    • 3D LS rigid
    • 3D LS affine
    • 3D LTS rigid
    • 3D LTS affine
  • reg_test_matrix_operation
    • multiplication
    • addition
    • subtraction
    • matrix exp
    • matrix log
    • invert
  • reg_test_svd
    • Ensure correct U, S, V matrices are obtained.
  • reg_test_coherence_blockMatching
  • reg_test_coherence_interpolation
  • reg_test_mindDescriptor
  • reg_test_mindsscDescriptor
  • reg_test_measure
    • SSD
    • MINDSSD
  • reg_test_imageGradient
    • 2D SYD
    • 3D SYD
  • reg_test_convolution
    • 2D mean
    • 2D lin
    • 2D Gau
    • 2D spline
    • 3D mean
    • 3D lin
    • 3D Gau
    • 3D spline
  • reg_test_linearElasticity
    • 2D spline approximation
    • 2D spline dense
    • 2D deformation field dense
    • 3D spline approximation
    • 3D spline dense
    • 3D deformation field dense
  • reg_test_linearElasticityGradient
    • 2D spline approximation
    • 2D spline dense
    • 2D deformation field dense
    • 3D spline approximation
    • 3D spline dense
    • 3D deformation field dense
  • reg_test_computation_time

mmodat added a commit that referenced this issue Jul 28, 2022
mmodat added a commit that referenced this issue Jul 28, 2022
* Issue #85: removal of mention of cdash has server is not available anymore

* Issue #85: Adding a .ignore file

* Issue #86 (#85): removed matlab dependent tests. Added a new one with Catch2 as a dependency

* Issue #85 removing gitlab ci yaml file

* Issue #85: Adding initial github action yaml file

* Issue #85: Adding Catch2

* Issue #85: Adding macos and win
@mmodat
Copy link
Contributor Author

mmodat commented Nov 17, 2022

  • reg_test_affine_deformation_field

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants