Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
trygveasp committed Jan 9, 2025
1 parent e87de77 commit 5d18654
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pysurfex/variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,9 @@ def read_variable(self, geo, validtime, cache=None):
deaccumulate = False
field = np.zeros([geo.npoints])
else:
field = self.read_var_points(self.file_var, geo, validtime=validtime, cache=cache)
field = self.read_var_points(
self.file_var, geo, validtime=validtime, cache=cache
)

# Deaccumulate if either two files are read or if instant is > 0.
if deaccumulate:
Expand Down

0 comments on commit 5d18654

Please sign in to comment.