nfdi4plants/ARCtrl

[BUG-Python] Enum not hashable

Closed this issue · 1 comments

Enum not hashable

enum types, specifically array/list are not hashable and cannot be used in combination with GroupBy or Maps. Maybe reflect .NET usage by using hashSeq function internally.

Is this issue still up to date? ISA core tests in python branch are all succeeding besides one caused by fable-compiler/Fable#3717