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

Fix slicing on inputs to nodes #166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix slicing on inputs to nodes #166

wants to merge 1 commit into from

Conversation

tcstewar
Copy link
Contributor

@tcstewar tcstewar commented May 3, 2017

This fixes #165

@@ -100,6 +100,7 @@ def prepare(self, model, controller, netlist):
# Store this transmission parameters to (x, y, p) map
self._node_outgoing[node].append((
(transmission_params.pre_slice,
transmission_params.slice_in,
transmission_params.function,
transmission_params.full_transform(slice_out=False)),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you might be able to get away with just adding slice_pre=False to this call.

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.

Non-f-of-t Nodes break when fed into passthrough Nones
2 participants