We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4951fd commit b697d2eCopy full SHA for b697d2e
pvlib/iotools/tmy.py
@@ -3,8 +3,6 @@
3
import datetime
4
import re
5
import pandas as pd
6
-import warnings
7
-from pvlib._deprecation import pvlibDeprecationWarning
8
9
# Dictionary mapping TMY3 names to pvlib names
10
VARIABLE_MAP = {
tests/iotools/test_tmy.py
@@ -1,10 +1,8 @@
1
import numpy as np
2
from pvlib.iotools import tmy
from tests.conftest import TESTS_DATA_DIR, PVLIB_DATA_DIR
import pytest
# test the API works
from pvlib.iotools import read_tmy3
0 commit comments