Description
As part of the move to support tuples, we're moving to array[] syntax for arrays in Stan (replacing real[], int[], etc). Stanc3 supports both syntaxes but will output signatures in the new syntax when stan-dev/stanc3#780 is merged. This means the new expression tests in Math that read those signatures need to be updated slightly to deal with the new syntax.
Current Version:
v3.4.0
Description
As part of the move to support tuples, we're moving to
array[]syntax for arrays in Stan (replacingreal[],int[], etc). Stanc3 supports both syntaxes but will output signatures in the new syntax when stan-dev/stanc3#780 is merged. This means the new expression tests in Math that read those signatures need to be updated slightly to deal with the new syntax.Current Version:
v3.4.0