You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a type inference error that arises when a function is broadcast over one field and two structs that both have broadcastable extended using tuple. The problem is simplified in the reproducer so the structs each contain one scalar value, and the called function itself does nothing. The reproducer was tested on multiple different field types, and reproduced the bug on all of them.
The text was updated successfully, but these errors were encountered:
Describe the bug
Reproducer added in #2062
Initially found in CliMA/ClimaLand.jl#739
This is a type inference error that arises when a function is broadcast over one field and two structs that both have
broadcastable
extended usingtuple
. The problem is simplified in the reproducer so the structs each contain one scalar value, and the called function itself does nothing. The reproducer was tested on multiple different field types, and reproduced the bug on all of them.The text was updated successfully, but these errors were encountered: