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
[x for x in DataMappingMode] should work as it does for python enums but fails with Runtime Error: 'CLRMetatype' object is not iterable. Related /tmp/HistoryWithDifferentDataMappingModeRegressionAlgorithm.py_agh28ffq:29: error: Name "Enum" is not defined [name-defined]
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
[x for x in DataMappingMode]
should work as it does for python enums but fails withRuntime Error: 'CLRMetatype' object is not iterable
. Related/tmp/HistoryWithDifferentDataMappingModeRegressionAlgorithm.py_agh28ffq:29: error: Name "Enum" is not defined [name-defined]
The text was updated successfully, but these errors were encountered: