Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrejb committed Mar 28, 2017
1 parent 6d3c8c3 commit 037de38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions EA/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
from mail import send_mail

matplotlib.use('Agg')
import numpy as np
import matplotlib.pyplot as plt



def log_experiment(top_list, median_list, worst_list, global_maximum, time_to_complete, alpha_deck):
log_name = ct.EXPERIMENT_TIMESTAMP + '.txt'
graph_name = ct.EXPERIMENT_TIMESTAMP + '.png'
Expand Down

0 comments on commit 037de38

Please sign in to comment.