diff --git a/geomagio/TimeseriesFactory.py b/geomagio/TimeseriesFactory.py index 50adb2fd9159e45902f54d57f56c8c103e471e41..effc223cedc3a599aad92799052053c2fd9643a8 100644 --- a/geomagio/TimeseriesFactory.py +++ b/geomagio/TimeseriesFactory.py @@ -139,17 +139,17 @@ class TimeseriesFactory(object): return timeseries def parse_string(self, data, **kwargs): - """Parse the contents of a string in the format of an IAGA2002 file. + """Creates error message that this functions is not implemented by + TimeseriesFactory. Parameters ---------- data : str string containing parsable content. - - Returns + Raises ------- - obspy.core.Stream - parsed data. + NotImplementedError + if function is called """ raise NotImplementedError('"parse_string" not implemented')