Skip to content

Commit c8edccd

Browse files
committed
Remove metranet name
1 parent a42b6d6 commit c8edccd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pysteps/io/interface.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ def get_method(name, type):
4747
return importers.import_fmi_pgm
4848
elif name.lower() == "mch_gif":
4949
return importers.import_mch_gif
50-
elif name.lower() == "mch_metranet":
51-
return importers._import_mch_metranet
5250
elif name.lower() == "odim_hdf5":
5351
return importers.import_odim_hdf5
5452
else:
@@ -62,4 +60,4 @@ def get_method(name, type):
6260

6361

6462
else:
65-
raise ValueError("unknown method type %s" % type)
63+
raise ValueError("unknown method type %s" % type)

0 commit comments

Comments
 (0)