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

modelgen boxcar array creation warning #1747

Closed
gciccarelli3 opened this issue Dec 12, 2016 · 1 comment
Closed

modelgen boxcar array creation warning #1747

gciccarelli3 opened this issue Dec 12, 2016 · 1 comment

Comments

@gciccarelli3
Copy link

Summary

Boxcar model gen warning with non integer array creation.

Actual behavior

Generates warning that will in the future cause error.

Expected behavior

Round length? Ceil, floor? Match another array in length?

How to replicate the behavior

import numpy as np
np.zeros((.5))

Platform details:

please paste the output of: python -c "import nipype; print(nipype.get_info())"
==> This command itself causes a crash due to problems with configparser and nipype using python 2.7, conda, and a clean pip install of nipype from last week.
backports.configparser.InterpolationSyntaxError: '%' must be followed by '%' or '(', found: u'%h'

Attempting to upgrade nipype fails with
pip install --upgrade fails with: no file or dir bin/easy_install-2.7
commit: ff36588

@mgxd
Copy link
Member

mgxd commented Feb 14, 2017

fixed in #1808

@mgxd mgxd closed this as completed Feb 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants