Skip to content
Snippets Groups Projects
Commit 7f10d356 authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Fix warning during tests

parent 3bee8f70
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,7 @@ def __create_trace(
stats.starttime = UTCDateTime("2019-12-01")
stats.delta = TimeseriesUtility.get_delta_from_interval(data_interval)
stats.channel = channel
stats.station = station
stats.npts = len(data)
stats.data_interval = data_interval
stats.data_type = data_type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment