Commit fd627278 authored by Isaac Poulton's avatar Isaac Poulton Committed by GitHub

Sort hypernetworks

parent 81973091
......@@ -224,7 +224,7 @@ def list_hypernetworks(path):
# Prevent a hypothetical "None.pt" from being listed.
if name != "None":
res[name] = filename
return res
return dict(sorted(res.items()))
def load_hypernetwork(filename):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment