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

Multiple issue in the pure_python examples #298

Open
hcherkaoui opened this issue Feb 14, 2018 · 1 comment
Open

Multiple issue in the pure_python examples #298

hcherkaoui opened this issue Feb 14, 2018 · 1 comment

Comments

@hcherkaoui
Copy link

python2 coreg_demos.py or
python3 coreg_demos.py
'crash' because the SVD do not converge.

python2 pure_python_preproc_demo.py or
python3 pure_python_preproc_demo.py

'crash' because of
Traceback (most recent call last): File "pure_python_preproc_demo.py", line 16, in <module> tsdiffana=True, realign=True, report=True, reslice=True) File "/home/hcherkaoui/src/THESE/pypreprocess/pypreprocess/purepython_preproc_utils.py", line 282, in do_subject_preproc n_sessions = len(subject_data.session_ids) TypeError: object of type 'NoneType' has no len()

in both case.

We should make all examples passed.

@hcherkaoui
Copy link
Author

hcherkaoui commented Feb 14, 2018

related to #175
But there is more pure Python examples that are broken (than only purepython_preproc_utils.py)

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

No branches or pull requests

1 participant