You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the deap/gp.py file, the from inspect import isclass is missing.
So it will show NameError: name 'isclass' is not defined when someone try to use deap.gp.mutInsert()
I noticed that the codes on github doesn't have this issue, but the released version on PyPI does.
The text was updated successfully, but these errors were encountered:
Hi, there is a bug in the released deap 1.4.1 on PyPI.
In the deap/gp.py file, the
from inspect import isclass
is missing.So it will show
NameError: name 'isclass' is not defined
when someone try to usedeap.gp.mutInsert()
I noticed that the codes on github doesn't have this issue, but the released version on PyPI does.
The text was updated successfully, but these errors were encountered: