Skip to content

Commit

Permalink
GitHub Action: Apply Pep8-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 19, 2023
1 parent a52208c commit e0a064c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jobs/prepare_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,8 @@ def main(starttime, hstart, hstop, cfg, model_cfg):
# Merge GEOSP-dataset with other timesteps
elif (time.hour != 0):
# Change values of time dimension to current time
da_geosp = da_geosp.assign_coords(time=[np.datetime64(time)])
da_geosp = da_geosp.assign_coords(
time=[np.datetime64(time)])
# Merge GEOSP into temporary file
ds_merged = xr.merge([ds, da_geosp])
ds_merged.attrs = ds.attrs
Expand Down

0 comments on commit e0a064c

Please sign in to comment.