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

ENH: Remove unused and recently unsupported antsRegistration flag #3695

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

hjmjohnson
Copy link
Contributor

Summary

https://github.com/ANTsX/ANTs/commit/e1e47994b233441726c1440cc2fb077a24287d6bo

The flag --use-estimate-learning-rate-once was not used inside of antsRegistration, and was removed on 2022-08-09 in ants commit e1e47994b

e1e47994b Examples/antsRegistration.cxx
(Nick Tustison     2022-08-09 16:45:01 -0700 453)
//   option->SetLongName("use-estimate-learning-rate-once");

List of changes proposed in this PR (pull-request)

Removes unnecessary antsRegistration flag that never had an effect in the code, and has been removed since 2022-08-09.

ANTsX/ANTs@e1e47994b233441726c1440cc2fb077a24287d6bo

The flag --use-estimate-learning-rate-once was not used inside of
antsRegistration, and was removed on 2022-08-09 in ants commit e1e47994b

e1e47994b Examples/antsRegistration.cxx
(Nick Tustison     2022-08-09 16:45:01 -0700 453)
//   option->SetLongName("use-estimate-learning-rate-once");
@hjmjohnson hjmjohnson requested a review from satra November 8, 2024 23:04
@hjmjohnson hjmjohnson self-assigned this Nov 8, 2024
Copy link

codecov bot commented Nov 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.81%. Comparing base (06209a4) to head (35403c1).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3695   +/-   ##
=======================================
  Coverage   70.81%   70.81%           
=======================================
  Files        1277     1277           
  Lines       59153    59153           
  Branches     8590     8590           
=======================================
+ Hits        41889    41890    +1     
  Misses      16119    16119           
+ Partials     1145     1144    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@effigies effigies merged commit 237a9a7 into nipy:master Nov 8, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants