Skip to content

Commit

Permalink
rm redundant mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanbhosale committed Jun 14, 2024
1 parent 81cedea commit 51a673a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/data/test_make_pv_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
from datetime import datetime
from quartz_solar_forecast.pydantic_models import PVSite

# Mock data for testing
mock_enphase_data_df = pd.DataFrame({
'timestamp': [pd.Timestamp('2023-06-14 12:00:00'), pd.Timestamp('2023-06-14 12:30:00')],
'power_kw': [8.7, 9.3]
})

def mock_enphase_data(*args, **kwargs):
return pd.DataFrame({
'timestamp': [
Expand Down

0 comments on commit 51a673a

Please sign in to comment.