-
Notifications
You must be signed in to change notification settings - Fork 27
Description
SEND359 does regular expression testing whether a value is a number, and this on 6 variables, of which 3 are "explicit" (RPPLDY, RPPLSTDY and RPPLENDY), and 3 are "generic" (--RPDY, --RPSTDY, --RPENDY).
As soon as one of the latter (one of the "generic" ones) is added, the execution in the rule editor fails with the error:
"error":"An unknown exception has occurred"
"message":"Cannot perform 'ror_' with a dtyped [bool] array and scalar of type [NoneType]"
When I comment out the parts for the "generic" ones (--RPDY, --RPSTDY, --RPENDY), so only keep RPPLDY, RPPLSTDY and RPPLENDY, the rule execution runs just fine.
Reactions are currently unavailable