Skip to content

Commit

Permalink
Fix missing frequency in timeseries (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 authored Jun 21, 2021
1 parent 762e005 commit 8b7473b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecgtools/parsers/cesm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8b7473b

Please sign in to comment.