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
I think this has to do with this kind of warning that is found in the output of EvaluatorTest. The order of the parses comes out differently on consecutive runs (of different Scala versions) and a different winner may be chosen depending on that order.
WARNING: Expected no more than 2 parses for "el 25 de febrero", found:
FindLater(Present,Map(MonthOfYear -> 2, DayOfMonth -> 25))
FindEnclosed(FindLater(Present,Map(MonthOfYear -> 2)),Map(DayOfMonth -> 25))
FindEnclosed(FindAtOrEarlier(Present,Map(MonthOfYear -> 2)),Map(DayOfMonth -> 25))
FindAtOrEarlier(Present,Map(MonthOfYear -> 2, DayOfMonth -> 25))
The text was updated successfully, but these errors were encountered:
I think this has to do with this kind of warning that is found in the output of EvaluatorTest. The order of the parses comes out differently on consecutive runs (of different Scala versions) and a different winner may be chosen depending on that order.
The text was updated successfully, but these errors were encountered: