Skip to content

Commit

Permalink
Apply Black formatting to Python code.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackBot committed Jan 29, 2024
1 parent 828f195 commit 70879df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coast/data/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def extract_en4_profiles(self, dataset_names, region_bounds, chunks: dict = {}):
self.read_en4(dataset_names, multiple=True, chunks=chunks)

pr = self.subset_indices_lonlat_box(lonbounds=[x_min, x_max], latbounds=[y_min, y_max])
if pr.dataset.id_dim.shape[0] >0:
if pr.dataset.id_dim.shape[0] > 0:
pr = pr.process_en4()
else:
print("No data can't process")
Expand Down

0 comments on commit 70879df

Please sign in to comment.