Skip to content

Commit fe0986d

Browse files
committed
Rerun notebooks to update output cells
1 parent d3c147d commit fe0986d

5 files changed

Lines changed: 191 additions & 121 deletions

File tree

docs/notebooks/1.4 Dust Soiling - HSU (Live, Forecast, Historic).ipynb

Lines changed: 64 additions & 64 deletions
Large diffs are not rendered by default.

docs/notebooks/1.5 Dust Soiling - Kimber (Live, Forecast, Historic).ipynb

Lines changed: 125 additions & 56 deletions
Large diffs are not rendered by default.

solcast/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ class PandafiableResponse(Response):
6565
>>> response.to_pandas()
6666
"""
6767

68-
6968
def to_pandas(self):
7069
"""Return the data as a Pandas DataFrame with a DatetimeIndex."""
7170
# not ideal to run this for every Response

tests/test_forecast.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import pandas as pd
2+
23
from solcast import forecast
34
from solcast.unmetered_locations import (
45
UNMETERED_LOCATIONS,

tests/test_live.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import pandas as pd
2+
23
from solcast import live
34
from solcast.unmetered_locations import (
45
UNMETERED_LOCATIONS,

0 commit comments

Comments
 (0)