Use frozendict
package instead of custom FrozenDict
class
#309
Labels
⚙️ Enhancement
Improvements and optimizations of existing features
Milestone
In ComPWA/ampform#444 (comment) it became clear that the pickled form of
FrozenDict
(and therefore ofTopology
,ReactionInfo
etc.) does not have a stable hash (as computed withxxhash
). Thefrozendict
package does provide a stable hash, so it should be tested whetherFrozenDict
can be replaced by it.The text was updated successfully, but these errors were encountered: