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 a bug in the map fusion transformation. #1535

Closed

Commits on Feb 26, 2024

  1. Fixed a bug in the map fusion transformation.

    Essentially the bug happens because the transformation considers any array with one elements as scalar, including arrays such as `(1, 1)`.
    This commit allows the scalar branch of the transformation to handle this kind of situation.
    Another solution would be to "promote" it to an array.
    
    In addition this commit adds some test cases for these kind of events.
    philip-paul-mueller committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    dff7343 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    7ac3e4c View commit details
    Browse the repository at this point in the history