Skip to content

Commit

Permalink
We were importing numpy twice.
Browse files Browse the repository at this point in the history
--HG--
branch : dev
  • Loading branch information
fmder committed Nov 1, 2012
1 parent fe454fe commit a9fa473
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/es/cmaes_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
from deap import tools

import matplotlib.pyplot as plt
import numpy

# Problem size
N = 10
Expand Down

0 comments on commit a9fa473

Please sign in to comment.