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

Adding 32bit support for myCinterp3 #336

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

soichih
Copy link
Contributor

@soichih soichih commented Jun 18, 2020

This PR updates myCinterp3 so that it can handle both 32bit and 64bit fibers coordinates.

We've also corrected the incorrect/inconsistent calculation of bounding box in dtiRoiNiftiFromMat.m.

soichih referenced this pull request Jun 18, 2020
commented out float to double conversion code as we believe this should
not be necessary
@wandell
Copy link
Contributor

wandell commented Jun 18, 2020

Can you provide some tests we can include as part of the software so that we can validate the code and use the tests in the future to make sure further changes do not introduce problems? This principle - of additional testing and continuous integration - is something we are striving to achieve.

@garikoitz
Copy link
Contributor

Hi! I just checked this PR and it is still failing downstream, I think that this change should be made backwards compatible. The problem is that the last change was already pushed to master, and now the previous version of this PR makes it fail. Can you roll it back or make your changes optional so that it does not fail downstream? Thanks!
(to be clear, I am not saying there are problems in this specific PR, but I see all part of the same updating process you were doing, maybe the issue is only with the previous one... I can explain the tests I did in more detail)

@soichih
Copy link
Contributor Author

soichih commented Jul 17, 2020

@garikoitz I suggest making a branch from the commit that you know to work (maybe call it version 1.0?) and continue troubleshooting this issue on the master branch. To help you troubleshoot, can you send me the input data you are using, and how you are running vistasoft? From my point of view, without my PR vistasoft will crash due to out-of-memory. Whatever the problem is, I believe we can fix it.

@garikoitz
Copy link
Contributor

garikoitz commented Jul 17, 2020 via email

@francopestilli
Copy link
Member

francopestilli commented Jul 17, 2020

hi @garikoitz we want to help with this. I think we need more details on what is failing and why. Would it be possible to share data and a script that we can work on, please? We could make a test using the files that are failing for you.

@wandell
Copy link
Contributor

wandell commented Jul 17, 2020 via email

@garikoitz
Copy link
Contributor

garikoitz commented Jul 17, 2020 via email

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

Successfully merging this pull request may close these issues.

5 participants