Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import typer
import logging

from src.open_data_pvnet.scripts.fetch_pvlive_data import PVLiveData
from scripts.generation.fetch_pvlive_data import PVLiveData

logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')

Expand Down
2 changes: 1 addition & 1 deletion src/open_data_pvnet/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import concurrent.futures
from typing import List, Tuple
from open_data_pvnet.utils.data_uploader import upload_monthly_zarr, upload_to_huggingface
from open_data_pvnet.scripts.archive import handle_archive
from scripts.generation.archive import handle_archive
from open_data_pvnet.nwp.met_office import CONFIG_PATHS
from open_data_pvnet.nwp.dwd import process_dwd_data

Expand Down
Empty file removed tests/data/__init__.py
Empty file.
64 changes: 0 additions & 64 deletions tests/data/test_pvlive_data.py

This file was deleted.