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
To be clear, MRSs that do not follow the intrinsic variable property cannot be reliably converted to DMRS, but in this case the error is more mundane. Since the _and_coord EP has a C-ARG instead of an ARG0, ep.iv returns None which results in a KeyError when looking up the EP's properties by that key.
Better in this case would be one of the following:
raise an error that the MRS cannot be converted to a DMRS
raise a warning about this missing ARG0 and assign no properties (in this case the missing ARG0 should identify with the MRS's INDEX, so there may be other issues with this example, as well as missing EPs for the e20 and x18 in the ICONS list)
The text was updated successfully, but these errors were encountered:
There is an error when converting an MRS to a DMRS when an EP does not have an ARG0 (see the discourse thread).
To be clear, MRSs that do not follow the intrinsic variable property cannot be reliably converted to DMRS, but in this case the error is more mundane. Since the
_and_coord
EP has aC-ARG
instead of anARG0
,ep.iv
returnsNone
which results in aKeyError
when looking up the EP's properties by that key.Better in this case would be one of the following:
INDEX
, so there may be other issues with this example, as well as missing EPs for thee20
andx18
in the ICONS list)The text was updated successfully, but these errors were encountered: