You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Not sure how tests have passed on travis, but antsAverageImages seems to have a new weights argument with no default (here). I am getting strange segfaults and I am not sure exactly why, but the default example of antsAverageImage which calls the function without the weights argument should at least work and I don't see how can it work without defining weights. @muschellij2 can you pre-set the weights in the argument definition?
Describe the bug
Not sure how tests have passed on travis, but
antsAverageImages
seems to have a newweights
argument with no default (here). I am getting strange segfaults and I am not sure exactly why, but the default example ofantsAverageImage
which calls the function without theweights
argument should at least work and I don't see how can it work without defining weights. @muschellij2 can you pre-set the weights in the argument definition?To Reproduce
Steps to reproduce the behavior:
Log:
Expected behavior
No segfault, keep old behavior and accept images without weights for backward compatibility of existing scripts.
Screenshots
None
Desktop (please complete the following information):
Additional context
None
The text was updated successfully, but these errors were encountered: