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 Python generator currently crashes whenever a condition contains an expression it doesn't support, such as extract or distinct. We should consider implementing the RosettaExpressionSwitch class to make sure all expressions are implemented, and to make sure we don't miss one in the future.
The text was updated successfully, but these errors were encountered:
The Python generator currently crashes whenever a condition contains an expression it doesn't support, such as
extract
ordistinct
. We should consider implementing theRosettaExpressionSwitch
class to make sure all expressions are implemented, and to make sure we don't miss one in the future.The text was updated successfully, but these errors were encountered: