-
Notifications
You must be signed in to change notification settings - Fork 532
enh: add PETPVC wrapper #1335
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
enh: add PETPVC wrapper #1335
Conversation
IPython/parallel.py:13: ShimWarning: The `IPython.parallel` package has been deprecated. You should import from ipyparallel instead. https://github.com/ipython/ipyparallel https://ipyparallel.readthedocs.org/en/latest/
A warning was displayed when the length of an iterable was zero. "Avoid RuntimeWarning: divide by zero encountered in log10" Avoid this warning by explicitly checking for zero and giving alternate behavior when no nodes are presented.
mri_surf2vol can either be run using a source file OR without a source_file if the user wants to create a binary mask. Added XOR parameter to take this behavior into account
The arguments passed to the oars command weren’t actually passed to it. Now they are, thus one can for example use a longer walltime etc
A few things:
|
return None | ||
|
||
|
||
if __name__ == '__main__': |
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.
no need for a main_- docstring example will be run by tests
Hi, I get an error when I run
|
what version of dipy do you use? |
Well, I have it installed from pip, the 0.10.1 version. But it is not in the requirements file either. |
What version should I use? |
@Garyfallidis is |
[ENH] Improved AFNI version parsing after recent publication of 16.0.01
…_xor FIX: Freesurfer surf2vol - Added XOR to mkmask and source_file
[FIX] Some problems have sneaked into master
Fix/sloppy merge
This errors has been fixed in master. Could you rebase/merge? |
Hi @chrisfilo yes we removed it. We had a DeprecationWarning for two releases. I think. Use this instead |
@chrisfilo I include a final fix on the dipy PR. |
Hi, I rebased it. Now I get an error when calling To avoid these errors, is there any version specification for all the software packages that nipype wraps? Here is the error (
|
Hi @alexsavio, I suggest you to update to current master in nitime, since they have already fixed that problem (https://github.com/nipy/nitime/blob/master/nitime/viz.py#L19). However, it should give you just a DeprecationWarning, what leads me to think that may be your matplotlib installation is not correct. |
Hi, After running
|
No description provided.