Skip to content

Commit 062d172

Browse files
committed
TSML: Fix database resets for timeseries-anomaly-detection.ipynb
The database table `machine_data` has not been made part of the test infrastructure to reset tables before invoking test cases, causing a hiccup on developer workstations.
1 parent bc65136 commit 062d172

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

topic/timeseries/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def reset_database_tables():
2727

2828
reset_tables = [
2929
"cities",
30+
"machine_data",
3031
"weather_data",
3132
"weather_stations",
3233
]

0 commit comments

Comments
 (0)