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 7b50c10 commit 5259941Copy full SHA for 5259941
2 files changed
pvlib/iotools/bsrn.py
@@ -8,7 +8,6 @@
8
import warnings
9
import io
10
import os
11
-from functools import partial
12
13
from pvlib.tools import _file_context_manager
14
from pvlib._deprecation import deprecated
tests/iotools/test_bsrn.py
@@ -17,6 +17,7 @@
17
18
from pvlib._deprecation import pvlibDeprecationWarning
19
20
+
21
@pytest.fixture(scope="module")
22
def bsrn_credentials():
23
"""Supplies the BSRN FTP credentials for testing purposes.
0 commit comments