Closed enzo-bonnot closed 11 months ago
The use_estimate_learning_rate_once
flag is optional. If you do not set it, it should not be added to the command.
In any case, we could set max_ver
on that input, so at least there will be an error if someone tries to use it.
Well, sorry, completly my fault here it was coming from a config file of the package I am using that I did not see. Thanks for your answer.
Summary
When running the function
run()
from theRegistration
class ofnipype.interfaces.ants.registration
I get an error saying that the file containing the transformation matrix was not found. This is caused by the use of the optionuse-estimate-learning-rate-once
when running the commandantsRegistration
. This option has been removed in recent versions of ANTS. This is theoutput.nipype
that I get when running the registration :Would it be possible to have a fix for this or at least some information about which version of ANTS is compatible with which version of nipype. Maybe there is already this compatibility information somewhere but I did not find it yet.
How to replicate the behavior
Running the registration from
nipype.interfaces.ants.registration
with a version of ANTS => 2.4.1. Still need to test from which version this option got removed.Platform details: