Removed import of unneeded constants.

这个提交包含在:
Craig Warren
2015-12-15 17:42:14 +00:00
父节点 8055f1013c
当前提交 b6ce48a889

查看文件

@@ -8,8 +8,6 @@
import numpy as np
import h5py
from gprMax.constants import floattype
"""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.