Pushed something by mistake

This commit is contained in:
danielwilczak101
2020-10-22 00:20:17 -04:00
parent 1a4df37193
commit e5bf5166f7

View File

@ -85,7 +85,3 @@ class attributes:
if(value_input == 0):
raise ValueError("Population length must be greater then 0")
self._population_size = value_input
@property
def chromosome_impl(self):
return self._chromosome_impl