Skip to content

Commit fd62727

Browse files
authored
Sort hypernetworks
1 parent 8197309 commit fd62727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hypernetworks/hypernetwork.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def list_hypernetworks(path):
224224
# Prevent a hypothetical "None.pt" from being listed.
225225
if name != "None":
226226
res[name] = filename
227-
return res
227+
return dict(sorted(res.items()))
228228

229229

230230
def load_hypernetwork(filename):

0 commit comments

Comments
 (0)