Sort hypernetworks

master
Isaac Poulton 3 years ago committed by GitHub
parent 81973091bc
commit fd62727893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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):

Loading…
Cancel
Save