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

Fixed to avoid float-valued list indices error #560

Merged
merged 1 commit into from
Feb 26, 2018

Conversation

rgerkin
Copy link
Contributor

@rgerkin rgerkin commented Feb 16, 2018

layer must be integer valued or else layer_list[layer] will throw an exception, at least in versions of Python the don't coerce floats to ints automatically.

@coveralls
Copy link

coveralls commented Feb 16, 2018

Coverage Status

Coverage decreased (-0.4%) to 62.666% when pulling e7c9b54 on rgerkin:master into 76d3517 on NeuralEnsemble:master.

@apdavison apdavison merged commit 42764ac into NeuralEnsemble:master Feb 26, 2018
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

Successfully merging this pull request may close these issues.

None yet

3 participants