Improvements and debugs - #173
Conversation
|
I have resolved the conflict. What "BIDS dataset problems" do you mean? Is it about the demo we are using (ds114) or the one you mention in #186 ? |
|
When running the ds114 demo script my computer crashes (= turns off, which I suspect might be a segfault). I have not seen this behavior at all doing any other activity so I don't think it's something like a bad hard drive. However, I haven't been back at my desk long enough to investigate further. It could be totally unrelated (but suspicious that it happened 5 times in a row when running that script, but no others). (I realize segfaults while running these analyses should be rate/nonexistent but that's all I can think of.) That was also on Matlab 2016b, although that's never been an issue in the past. |
|
Given how unusual the problem is, and that this is my first time running through the aa ds114 example script, .I suspect that whatever problem is occurring is not because of the PR. Thus I'm happy to merge it. But since I haven't officially tested it as I should I wanted to document that before moving ahead (I'm assuming no one else's computer is shutting down when running example scripts). |
|
The ds114 has DWI data, and the pipeline contains aamod_diffusion_dtinlfit, which is memory intensive and may crash with segmentation fault, so I guess it is that particular module which causes the issue. Can you confirm this? |
|
No, unfortunately I have not had time to try this! Very sorry. I'm happy to
merge the PR based on the non-DWI data passing easily.
…On Thu, Feb 7, 2019 at 10:22 AM Tibor Auer ***@***.***> wrote:
Hi, @jpeelle <https://github.com/jpeelle>, Any news on this #173
<#173>?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#173 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGtPZprlj9TF002Jvmxbh23HuQViP76ks5vLFK8gaJpZM4XkYC1>
.
|
|
It is quite a bit PR, and I also do not want to plant seed of some potential issues. But it is your call, and we can also debug things later. Merging it may open up space for wider testing. :) Also, if you merge it here, you may also need to update your fork(s) from where you submit PR(s). |
|
@jooh what do you think? |
|
Sorry, I've been busy on the python side of things. I can run the tests at cbu if you haven't already. One small point - it might be worth doing a new example script for your MVPA modules so those get some test coverage. |
|
Actually, @tiborauer, to speed up testing of your various PRs, would it make sense to consolidate them all into a single PR that I can test once? |
|
Can do. Shall I merge the into this one? |
|
Sure!
…On Tue, 12 Feb 2019 at 14:00, Tibor Auer ***@***.***> wrote:
Can do. Shall I merge the into this one?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#173 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABfNs7c5s3AN6xYhbBj-_fLFfsLPUS8wks5vMsjzgaJpZM4XkYC1>
.
--
Johan Carlin, PhD
Investigator Scientist
MRC Cognition and Brain Sciences Unit
University of Cambridge
|
DEBUG: standalone according to the recent updates
|
Done! |
|
Ok, tests running... I will run tests both under CSH and Bash this time, so we will probably need to fix #191 to get this one through. But we shall see! |
|
Yes, indeed. We crash on aa_demo on CSH shells. So I suggest we get this fixed ASAP by including the fix in this PR. |
|
On the Bash side, cbu/aa_user_diffusion appears to be broken. This appears to be because the stream names have changed, which the example script does not reflect. |
|
I have looked at the script and, indeed, its streamname has no prefix according to my commit. The quick fix is |
|
And that's it, all the tests pass. Merging. Thanks Tibor! |
Improvements
Debugs: