Removed (now broken) database stuff.

This commit is contained in:
rowanc1
2014-02-12 09:56:20 -08:00
parent 38e1d5a1eb
commit 20cb359e82
11 changed files with 15 additions and 362 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import Utils, numpy as np
class BaseData(object):
"""Data holds the observed data, and the standard deviations."""
__metaclass__ = Utils.Save.Savable
__metaclass__ = Utils.SimPEGMetaClass
std = None #: Estimated Standard Deviations
dobs = None #: Observed data