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

Add quantitative tests to itk::FastMarchingImageFilterBase. #599

Open
jhlegarreta opened this issue Mar 17, 2019 · 0 comments
Open

Add quantitative tests to itk::FastMarchingImageFilterBase. #599

jhlegarreta opened this issue Mar 17, 2019 · 0 comments
Labels
Good first issue A good issue for community members new to contributing type:Coverage Code coverage impacts

Comments

@jhlegarreta
Copy link
Member

Description

As mentioned in PR #114, the itk::FastMarchingFilterBase class would be better covered if the corresponding tests were quantitative (i.e. the output was compared against a baseline), and additional test cases were included.

Expected behavior

Improvement in the robustness of the class by:

  • Making the tests quantitative adding some trial points.
  • Testing non-identity spacing images.
  • Testing on non-null origin images.

Actual behavior

No comparison against a baseline is done.
Default identity spacing and null origin images tested.

Reproducibility

%100.

Versions

ITK master.

Additional Information

This should be relatively easy to address.

@jhlegarreta jhlegarreta added Good first issue A good issue for community members new to contributing type:Coverage Code coverage impacts labels Mar 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good first issue A good issue for community members new to contributing type:Coverage Code coverage impacts
Projects
None yet
Development

No branches or pull requests

2 participants