diff --git a/geomagio/TimeseriesFactory.py b/geomagio/TimeseriesFactory.py index 50adb2fd9159e45902f54d57f56c8c103e471e41..614e270fd104a6027cdf60383543dfe257b2d510 100644 --- a/geomagio/TimeseriesFactory.py +++ b/geomagio/TimeseriesFactory.py @@ -139,17 +139,19 @@ 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')