Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phamquiluan authored Apr 30, 2024
1 parent 71c54b7 commit 0c270fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0c270fe

Please sign in to comment.