Skip to content

Commit 9763a3b

Browse files
committed
doc string
1 parent 2301212 commit 9763a3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_mims.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
def create_clipped_sine_data(
1818
cycles: int = 2, threshold: Union[float, None] = 0.95
1919
) -> np.ndarray:
20-
"""Fixture to create dummy sinusoidal data with clipped regions."""
20+
"""Function to create dummy sinusoidal data with clipped regions."""
2121
num_samples = cycles * 100
2222
x_values = np.linspace(0, 2 * np.pi * cycles, num_samples)
2323
sine_data = np.sin(x_values)

0 commit comments

Comments
 (0)