-
Notifications
You must be signed in to change notification settings - Fork 14
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
[FIX] display error when impossible slice timing values are given #969
Conversation
Running the script produced an error
error log attached |
OK this is a rounding error on my side will fix that |
I tested with values and assuming that you have a TR of 2 seconds. It should work now. |
bidspm(); results in Unrecognized function or variable 'bugReport'.
Error in bidspm (line 85)
bugReport(opt, ME); Is there a quick fix for that? Is that some kind of dev debugging mode? |
The function should be there in the version 3.0.0 you are using: https://github.com/cpp-lln-lab/bidspm/blob/main/src/messages/bugReport.m It is the function that will write a bug report when something fails. If you get this error it means that bidspm may not have been properly initialised. What command did you run? |
wait... you just ran let me check |
@JacMatu try updating again from my branch I could reproduce the error you are getting but at least now we should know more about why |
Maybe I messed something up with paths and initializing. I've reset
everything and it runs! THanks for help Remi, I'll be back with next
errors!
…On Tue, 28 Mar 2023 at 17:59, Remi Gau ***@***.***> wrote:
wait... you just ran bidspm() and got this error?
let me check
—
Reply to this email directly, view it on GitHub
<#969 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWQTRS5X5ITEM3J3GLM7NLTW6MDE7ANCNFSM6AAAAAAWKGF3E4>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Ph. D.
Laboratory of Brain Imaging (LOBI)
Nencki Institute of Experimental Biology
Polish Academy of Sciences
Pasteur 3, 02-093 Warsaw, Poland
Tel: +48 22 5892 551
mail: ***@***.*** ***@***.***>
website: http://lobi.nencki.gov.pl/
Google Scholar profile
<https://scholar.google.com/citations?user=QI1KL4wAAAAJ&hl=pl&oi=ao>
|
Cool. |
fixes #967