Skip to content

Commit 0c270fe

Browse files
authored
Update test.py
1 parent 71c54b7 commit 0c270fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def test_bocpd_basic():
6868
assert abs(anomalies[0] - 100) < 10, anomalies
6969

7070
def test_baro():
71+
"""Test BARO end-to-end"""
7172
local_path = tempfile.NamedTemporaryFile().name
7273
download_data(local_path=local_path)
7374
df = pd.read_csv(local_path)

0 commit comments

Comments
 (0)