Skip to content

Commit

Permalink
Fake data Issue openclimatefix#354
Browse files Browse the repository at this point in the history
  • Loading branch information
VikramsDataScience committed Sep 24, 2024
1 parent 089a0c7 commit 1933732
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gsp.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Get GSP boundary data from eso """

import os
import sys
from typing import List, Optional, Union

import structlog
Expand Down Expand Up @@ -29,6 +30,8 @@
)
from .utils import N_CALLS_PER_HOUR, format_datetime, limiter

sys.path.append("C:/nowcasting_datamodel")

GSP_TOTAL = 317


Expand Down

0 comments on commit 1933732

Please sign in to comment.