-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Make _ForwardModeler fill out the complete forward object #13416
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
Conversation
| limit=self.mindist, | ||
| mri_head_t=self.mri_head_t, | ||
| src=src, | ||
| ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a refactor that makes sense to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I think that was just cruft from when I was working on it and there were two code paths 🤦
larsoner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just going to push a commit to fix pip-pre, thanks in advance @wmvanvliet !
| limit=self.mindist, | ||
| mri_head_t=self.mri_head_t, | ||
| src=src, | ||
| ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I think that was just cruft from when I was working on it and there were two code paths 🤦
Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
@larsoner Small bug that came alight when using #13407 for dipole fitting: some fields were left blank that shouldn't be. This PR fixes those and updates the unit test to check them.