Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
gstlal-visualisation
ligo-scald
Commits
d73c73d8
Commit
d73c73d8
authored
Mar 04, 2019
by
Patrick Godwin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
influx.py: fixed an issue with store_and_reduce() method
parent
675592dc
Pipeline
#51961
passed with stages
in 50 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ligo/scald/io/influx.py
ligo/scald/io/influx.py
+2
-1
No files found.
ligo/scald/io/influx.py
View file @
d73c73d8
...
...
@@ -218,7 +218,8 @@ class InfluxDBAggregator(object):
### reduce timeseries
if
this_span
:
self
.
_reduce_all_dt
(
measurement
,
column_key
,
tags
,
aggregate
,
this_span
)
for
column
in
columns
:
self
.
_reduce_all_dt
(
measurement
,
column
,
tags
,
aggregate
,
this_span
)
def
store_triggers
(
self
,
measurement
,
rows
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment