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
The reason why this would be fail is that it is not possible to reduce an empty collection in Scala, so if either dbls or ints is empty then the method will fail.
The text was updated successfully, but these errors were encountered:
There is a chance for
multiplicationDirectiveTile
to fail in certain cases due to this line:maml/jvm/src/main/scala/eval/directive/OpDirectives.scala
Line 116 in 02f5c9f
The reason why this would be fail is that it is not possible to
reduce
an empty collection in Scala, so if eitherdbls
orints
is empty then the method will fail.The text was updated successfully, but these errors were encountered: