Skip to content

[BUGFIX] removing __hash__ methods broke ramsis, so adding into the baseclass...

sarsonl requested to merge hotfix/add_hash into main

[BUGFIX] removing hash methods broke ramsis, so adding into the baseclass as it makes objects hashable when working with lists or sets of them.

Merge request reports