Open lnussbaum opened 9 years ago
It seems that custom mode is completely broken. For example, in init_options, asclepios tries to do:
get_cluster_attributes(args.cluster)['model']
Which fails if args.cluster == 'custom', of course
It seems that custom mode is completely broken. For example, in init_options, asclepios tries to do:
Which fails if args.cluster == 'custom', of course