Skip to content

Conversation

@SebastianM-C
Copy link
Member

The codegen for setsym_oop::BatchedInterface was making vectors of ParameterIndex instead of tuples

Doing

param_idxs = (indp_idxs[.!isstate]...,)

to turn it to a tuple seems to fix it, so we hit the new generated _remake_buffer

@AayushSabharwal
Copy link
Member

Oh hmm. We might not want to always do this, and only use tuples when the user passes them in since they also have compile time and performance implications. I'll see if there's a nice way to track this

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.

2 participants