From 0c270feae637f000a72edf33a8cd1423672b2c95 Mon Sep 17 00:00:00 2001 From: Luan Pham Date: Tue, 30 Apr 2024 14:08:59 +0000 Subject: [PATCH] Update test.py --- tests/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test.py b/tests/test.py index 6465bc7..e8a6ef9 100644 --- a/tests/test.py +++ b/tests/test.py @@ -68,6 +68,7 @@ def test_bocpd_basic(): assert abs(anomalies[0] - 100) < 10, anomalies def test_baro(): + """Test BARO end-to-end""" local_path = tempfile.NamedTemporaryFile().name download_data(local_path=local_path) df = pd.read_csv(local_path)