Skip to content

Commit 4d5346a

Browse files
iraedeusvkutuev
authored andcommitted
docs: add copyright and module docstrings to test_changepoint_process file
1 parent 21a0d98 commit 4d5346a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/test_generator/test_changepoint_process.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
"""Tests for changepoint_process module"""
2+
3+
__author__ = "Danil Totmyanin"
4+
__copyright__ = "Copyright (c) 2025 PySATL project"
5+
__license__ = "SPDX-License-Identifier: MIT"
6+
7+
18
import hypothesis.strategies as st
29
import numpy as np
310
import numpy.typing as npt

0 commit comments

Comments
 (0)