You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# check if path_output is not emtpy, and raise warnings otherwise ===
438
-
iflen(os.listdir(args.path_output)) !=0:
439
-
warnings.warn(
440
-
"\n\nThe specified path_output {} is not empty. It's recommeneded to empty path_output so files from different runs are not mixed.\n\n".format(args.path_output)
441
-
)
442
-
443
-
444
-
445
-
# dump the scatters (i.e. neighbourhood graphs) ======
0 commit comments