Skip to content

Commit 9553ac1

Browse files
authored
Update client.py
1 parent f1e65d4 commit 9553ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simvue/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def get_metrics(self, run, name, xaxis, format='list'):
333333

334334
raise Exception(response.text)
335335

336-
def get_metrics_multiple(self, runs, names, xaxis, sample_by, format='list'):
336+
def get_metrics_multiple(self, runs, names, xaxis, sample_by=0, format='list'):
337337
"""
338338
Get time series metrics from multiple runs and/or metrics
339339
"""

0 commit comments

Comments
 (0)