We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2301212 commit 9763a3bCopy full SHA for 9763a3b
1 file changed
tests/unit/test_mims.py
@@ -17,7 +17,7 @@
17
def create_clipped_sine_data(
18
cycles: int = 2, threshold: Union[float, None] = 0.95
19
) -> np.ndarray:
20
- """Fixture to create dummy sinusoidal data with clipped regions."""
+ """Function to create dummy sinusoidal data with clipped regions."""
21
num_samples = cycles * 100
22
x_values = np.linspace(0, 2 * np.pi * cycles, num_samples)
23
sine_data = np.sin(x_values)
0 commit comments