10000 Create `pvlib.iotools.get_solrad` by kandersolar · Pull Request #1967 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Create pvlib.iotools.get_solrad #1967

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Mar 5, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
lint
  • Loading branch information
kandersolar committed Feb 9, 2024
commit 39a658b5d67a1e1eed40ea36d90eb94c0030c687
2 changes: 1 addition & 1 deletion pvlib/tests/iotools/test_solrad.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def test_read_solrad(testfile, index, columns, values, dtypes):
])
def test_get_solrad(testfile, station):
df, meta = solrad.get_solrad(station, "2019-02-25", "2019-02-25")

assert meta['station'] == station
assert isinstance(meta['filenames'], list)

Expand Down
0