Integrated Dynamics

Integrated Dynamics

63M Downloads

Can't flip the reduce operator

josephcsible opened this issue ยท 0 comments

commented

Issue type:

Only keep the issue types that are applicable.

  • ๐Ÿ› Bug

Short description:

When you try to flip the reduce operator, you get an error. Related to #352, but this is just regular currying not working.

Expected behaviour:

Flipping a reduce operator should produce an operator that takes arguments in the order List, Operator, Any.

Actual behaviour:

Flipping a reduce operator gives the error "The given config render pattern with 2 slots is not compatible with the number of input types 3 for :flip:".

Steps to reproduce the problem:

  1. Create a variable card with the Reduce operator
  2. Create a variable card by flipping the Reduce operator
  3. Attempt to materialize the flipped Reduce operator

Versions:

Exact versions of the following mods, not just latest.

Development version 2a2dd1a, with all of the dependency versions used by ./gradlew runClient.

Log file:

Nothing relevant in the log.