Skip to content
Snippets Groups Projects

WIP: Obsrio/PCDCP Processing Pipeline

2 files
+ 1
10
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -199,7 +199,7 @@ class EdgeFactory(TimeseriesFactory):
channel and that trace should have an ndarray, with nan's
representing gaps.
"""
if TimeseriesUtility.has_any_channels(
if not TimeseriesUtility.has_any_channels(
stream=timeseries, channels=channels, starttime=starttime, endtime=endtime
):
sys.stderr.write("No data to write\n")
Loading