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

--log_jacob saves jacob instead of log_jacob #42

Open
dyollb opened this issue Mar 7, 2025 · 1 comment
Open

--log_jacob saves jacob instead of log_jacob #42

dyollb opened this issue Mar 7, 2025 · 1 comment
Assignees

Comments

@dyollb
Copy link
Contributor

dyollb commented Mar 7, 2025

--log_jacob saves jacob instead of log_jacob

itk.imwrite(jacob, args.log_jacob)

the line

itk.imwrite(jacob, args.log_jacob)

should be

itk.imwrite(log_jacob, args.log_jacob)
@HastingsGreer HastingsGreer self-assigned this Mar 7, 2025
dyollb added a commit to dyollb/uniGradICON that referenced this issue Mar 12, 2025
lintian-a pushed a commit that referenced this issue Mar 13, 2025
Co-authored-by: Bryn Lloyd <12702862+dyollb@users.noreply.github.com>
@lintian-a
Copy link
Collaborator

Thanks for the fix!

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

3 participants