Skip to content
Snippets Groups Projects
Commit 2d8f06fc authored by Wilbur, Spencer Franklin's avatar Wilbur, Spencer Franklin
Browse files

Merge branch 'Set_Default_SamplingPeriod' into 'master'

Added a default sampling period of Minute to the data.py file. This will allow...

See merge request !392
parents f737e59d a3109caa
No related branches found
No related tags found
1 merge request!392Added a default sampling period of Minute to the data.py file. This will allow...
Pipeline #573008 passed
......@@ -76,7 +76,7 @@ def get_data_query(
" NOTE: when using 'iaga2002' output format, a maximum of 4 elements is allowed",
),
sampling_period: Union[SamplingPeriod, float] = Query(
None,
SamplingPeriod.MINUTE,
title="data rate",
description="Interval in seconds between values.",
),
......
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