Skip to content

Commit

Permalink
Remove unecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcvey3 committed Jun 27, 2023
1 parent da85ec2 commit a3e0192
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dolfyn/io/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def _create_dataset(data):

# Fill in dimensions and coordinates for each dataArray
shp = data['data_vars'][key].shape
vshp = data['data_vars']['vel'].shape
l = len(shp)
if l == 1: # 1D variables
if any(val in key for val in tag):
Expand Down

0 comments on commit a3e0192

Please sign in to comment.