Skip to content

Commit

Permalink
resolving merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed Sep 25, 2023
1 parent 158c9bb commit 504e8f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pvdeg/standards.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def standoff(
conf_inf= 'open_rack_glass_polymer',
level=1,
T98=None,
T98=None,
x_0=6.1,
wind_speed_factor=1):
'''
Expand Down
2 changes: 0 additions & 2 deletions pvdeg/weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ def read_h5(gid, file, attributes=None, **_):
fp = os.path.join(os.path.dirname(__file__),
os.path.basename(file))

with Outputs(fp, mode='r') as f:
with Outputs(fp, mode='r') as f:
meta = f.meta.loc[gid]
index = f.time_index
Expand All @@ -189,7 +188,6 @@ def read_h5(gid, file, attributes=None, **_):

weather_df = pd.DataFrame(index=index, columns=attributes)
for dset in attributes:
with Outputs(fp, mode='r') as f:
with Outputs(fp, mode='r') as f:
weather_df[dset] = f[dset, :, gid]

Expand Down

0 comments on commit 504e8f4

Please sign in to comment.