Open
Conversation
Owner
|
Jeff,
I think this is already fixed in the itk5 branch. Could you check?
Thanks!
Paul
…On Fri, Apr 2, 2021 at 2:55 PM Jeff VanOss ***@***.***> wrote:
scoping isnan to use the stdlib version fixes #23
<#23>
Is there a better isnon to use 🤷
------------------------------
You can view, comment on, or merge this pull request online at:
#24
Commit Summary
- use std::isnan
File Changes
- *M* src/ITKFilters/include/MultiComponentMutualInfoImageMetric.txx
<https://github.com/pyushkevich/greedy/pull/24/files#diff-567e81aa0072423a9c3de3d57fe76c1e5618a731b93b18318963b56fa6ba6c58>
(2)
- *M* src/ITKFilters/include/MultiComponentNCCImageMetric.txx
<https://github.com/pyushkevich/greedy/pull/24/files#diff-e8ff850bb001acbbc57e97f17207d6566a49d5af3a177dce1d3c92e1eee94b28>
(4)
- *M* src/MultiImageRegistrationHelper.cxx
<https://github.com/pyushkevich/greedy/pull/24/files#diff-7dd78cd62a72918c34fb22473597a1582ea9b2c3ada861ae12b5121ba97c0ab1>
(4)
- *M* src/lddmm_data.cxx
<https://github.com/pyushkevich/greedy/pull/24/files#diff-4f876e3afc1a7e4a9495758f9aac0606149523d88c63d725cfe7b41dfe2cbcdb>
(4)
Patch Links:
- https://github.com/pyushkevich/greedy/pull/24.patch
- https://github.com/pyushkevich/greedy/pull/24.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJPEW2QOASPMLVVJQGRV6TTGYHKDANCNFSM42JI6E6A>
.
--
Paul A. Yushkevich, Ph.D.
Professor of Radiology
Penn Image Computing and Science Laboratory
University of Pennsylvania Perelman School of Medicine
|
Author
|
It's still broken in the itk5 branch. But changing |
Contributor
|
This should no longer be needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
scoping
isnanto use the stdlib version fixes #23Is there a better
isnanto use 🤷