modnet icon indicating copy to clipboard operation
modnet copied to clipboard

Crossover 3.11 bug fix

Open ppdebreuck opened this issue 11 months ago • 0 comments

https://github.com/ppdebreuck/modnet/blob/a5ab7c66e7c8a35f5bf0fe455945ed513f2e1f11/modnet/hyper_opt/fit_genetic.py#L94 introduced in https://github.com/ppdebreuck/modnet/pull/198 will be problematic in python 3.11. Solution: add sorted()

ppdebreuck avatar Mar 28 '24 10:03 ppdebreuck