Skip to content

Commit

Permalink
fixed bug, missing function input (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
clairemerker authored Sep 6, 2022
1 parent ff08a5e commit 6644abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iconarray/backend/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def old_open_dataset(file):


def open_dataset(file):
datatype = _identify_datatype()
datatype = _identify_datatype(file)
if datatype == "nc":
return _open_NC(file)
elif datatype == "grib":
Expand Down

0 comments on commit 6644abf

Please sign in to comment.