8000 Bump pandas to 0.25.0; test updates by kandersolar · Pull Request #1448 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Bump pandas to 0.25.0; test updates #1448

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 15 commits into from
Apr 28, 2022
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
fix psm3 test (apparent_zenith -> solar_zenith)
  • Loading branch information
kandersolar committed Apr 22, 2022
commit 23b3b79f9cb85ebe0524336b2c08f4e6dc4d20e8
2 changes: 1 addition & 1 deletion pvlib/tests/iotools/test_psm3.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def test_read_psm3_map_variables():
data, metadata = psm3.read_psm3(MANUAL_TEST_DATA, map_variables=True)
columns_mapped = ['Year', 'Month', 'Day', 'Hour', 'Minute', 'dhi', 'dni',
'ghi', 'dhi_clear', 'dni_clear', 'ghi_clear',
'Cloud Type', 'Dew Point', 'apparent_zenith',
'Cloud Type', 'Dew Point', 'solar_zenith',
'Fill Flag', 'albedo', 'wind_speed',
'precipitable_water', 'wind_direction',
'relative_humidity', 'temp_air', 'pressure']
Expand Down
0