Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Jul 23, 2019
1 parent aed5811 commit 0950c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sami2py/_core_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def _load_model(self):
dim0=dim0, dim1=dim1, reshape=True)
if self.outn:
u4 = get_unformatted_data(model_path, 'u4',
dim0=dim0, dim1=dim1, reshape=True)
dim0=dim0, dim1=dim1, reshape=True)

glat = np.reshape(glat, (nz, nf), order="F")
glon = np.reshape(glon, (nz, nf), order="F")
Expand Down

0 comments on commit 0950c62

Please sign in to comment.