Skip to content

Commit 08ebc8a

Browse files
committed
save to time_series_data
1 parent 967e3b4 commit 08ebc8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_comstock_processor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ def test_process_building_time_series_small_sample(self, sample_processor):
135135
# Take only first 2 buildings for testing to keep it fast
136136
small_sample = metadata_df.head(2)
137137

138-
# Create timeseries directory
139-
timeseries_dir = sample_processor.base_dir / "timeseries"
138+
# Create time_series_data directory
139+
timeseries_dir = sample_processor.base_dir / "time_series_data"
140140
timeseries_dir.mkdir(exist_ok=True)
141141

142142
# Test the time series download
@@ -249,7 +249,7 @@ def test_all_state_filter(self, test_data_dir):
249249

250250
def test_empty_dataframe_time_series(self, sample_processor):
251251
"""Test time series processing with empty DataFrame."""
252-
timeseries_dir = sample_processor.base_dir / "timeseries"
252+
timeseries_dir = sample_processor.base_dir / "time_series_data"
253253
timeseries_dir.mkdir(exist_ok=True)
254254

255255
# Create empty DataFrame with required columns

0 commit comments

Comments
 (0)