Skip to content
Snippets Groups Projects
Commit efed2282 authored by Cain, Payton David's avatar Cain, Payton David
Browse files

add_empty_channel = True for derived inputs

parent 0f5cac9f
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!135add_empty_channel = True for derived inputs
...@@ -99,7 +99,7 @@ class DerivedTimeseriesFactory(TimeseriesFactory): ...@@ -99,7 +99,7 @@ class DerivedTimeseriesFactory(TimeseriesFactory):
channels=missing_inputs, channels=missing_inputs,
type=data_type, type=data_type,
interval=interval, interval=interval,
add_empty_channels=False, add_empty_channels=True,
) )
output_timeseries = Stream() output_timeseries = Stream()
for channel in channels: for channel in channels:
......
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