diff --git a/ecgtools/parsers/cesm.py b/ecgtools/parsers/cesm.py index 8002886..18f68f4 100644 --- a/ecgtools/parsers/cesm.py +++ b/ecgtools/parsers/cesm.py @@ -211,7 +211,7 @@ def parse_cesm_timeseries(file, user_streams_dict={}): except (KeyError, AttributeError): warnings.warn('Using the default frequency definitions') - + info['frequency'] = stream.frequency info['path'] = str(file) return info