Skip to content
Snippets Groups Projects
Commit 02e7b14b authored by Madeline C Wade's avatar Madeline C Wade
Browse files

Formatting updates

parent c914ae3b
No related branches found
No related tags found
1 merge request!114Add new mode to FakeSeriesSource
......@@ -35,9 +35,10 @@ class FakeSeriesSource(TSSource):
signal_type:
str, currently supported types: (1) 'white': white noise data. (2) 'sin' or
'sine': sine wave data. (3) 'impulse': creates an impulse data, where the
value is one at one sample point, and everywhere else is zero. (4) 'const_int'
or 'constant_int': constant int values as specified by user. (5) 'const_float'
or 'constant_float': constant float values as specified by user
value is one at one sample point, and everywhere else is zero.
(4) 'const_int' or 'constant_int': constant int values as specified
by user. (5) 'const_float' or 'constant_float': constant float values as
specified by user
fsin:
float, the frequency of the sine wave if signal_type = 'sin'
const_int:
......
"""Tests for the fake_series module.
"""
"""Tests for the fake_series module."""
import numpy
......
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