Closed ablaom closed 10 months ago
Have looked into the issue. The way freeze
was used in group_inds
was a no-op. Probably thought it was freeze!
and it was somehow causing the issue. Reordered it to actually freeze the dict after finishing mutation and the issue was solved.
Currently in the process of trigerring a new release.
It seems like something in Julia 1.10 has broken Imbalance. The following example from the docstring works fine in Julia 1.9.1 but fails under Julia 1.10.0
@EssamWisam The problem presumably lies with Julia or another package but I wanted to flag this; perhaps you have some time to investigate?