Skip to content
Snippets Groups Projects

Plot horizon distance from ranking statistics

Merged ChiWai Chan requested to merge plot_psd_horizon into master
1 unresolved thread
3 files
+ 47
8
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -53,7 +53,7 @@ if args.command == "init":
if os.path.exists(os.path.join(os.getcwd(), "Makefile")) and not args.force:
print("Makefile already exists. To overwrite, run with --force", file=sys.stderr)
else:
write_makefile(config, "Makefile.offline_inspiral_gwosc_template", workflow=args.workflow)
write_makefile(config, "Makefile.offline_inspiral_template", workflow=args.workflow)
# generate dag
elif args.command == "create":
Loading