Tidied imports.

这个提交包含在:
Craig Warren
2016-07-21 16:01:53 +01:00
父节点 84346c797e
当前提交 cd823901d6
共有 4 个文件被更改,包括 8 次插入4 次删除

查看文件

@@ -8,10 +8,11 @@
import sys
import h5py
import numpy as np
np.seterr(divide='ignore')
from scipy import signal
import matplotlib.pyplot as plt
np.seterr(divide='ignore')
"""This module contains fitness metric functions that can be used with the Taguchi optimisation method.
All fitness functions must take two arguments and return a single fitness value.