From 6a922e4e6e021d8be1a5af6a8fde34263512a6b6 Mon Sep 17 00:00:00 2001 From: SimpleArt <71458112+SimpleArt@users.noreply.github.com> Date: Thu, 6 May 2021 18:04:38 -0400 Subject: [PATCH] Fixed bug with population_impl --- EasyGA/attributes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/EasyGA/attributes.py b/EasyGA/attributes.py index a9fc443..973bd7a 100644 --- a/EasyGA/attributes.py +++ b/EasyGA/attributes.py @@ -274,6 +274,7 @@ for name in ( "weighted_random", "gene_impl", "chromosome_impl", + "population_impl", ): setattr(Attributes, name, property(get_method(name), set_method(name)))