Skip to content

Commit 7f7b472

Browse files
Allow transient + other searches
1 parent 0ee50c2 commit 7f7b472

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

hendrics/efsearch.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,9 +1729,8 @@ def _common_main(args, func):
17291729
oversample=oversample,
17301730
)
17311731
plot_transient_search(results, out_fname + "_transient.gif")
1732-
continue
17331732

1734-
if not args.fast and not args.ffa:
1733+
if not args.fast and not args.ffa and not args.transient:
17351734
fdotmin = args.fdotmin if args.fdotmin is not None else 0
17361735
fdotmax = args.fdotmax if args.fdotmax is not None else 0
17371736
results = folding_search(

0 commit comments

Comments
 (0)