Browse Source

Don't import matplotlib if we don't need it

tags/nilmtools-1.1.1^0
Jim Paris 11 years ago
parent
commit
5b67b68fd2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/prep.py

+ 1
- 1
src/prep.py View File

@@ -8,7 +8,7 @@ import nilmdb.client
from numpy import *
import scipy.fftpack
import scipy.signal
from matplotlib import pyplot as p
#from matplotlib import pyplot as p
import bisect

def main(argv = None):


Loading…
Cancel
Save