diff --git a/nmma/em/detect_lightcurves.py b/nmma/em/detect_lightcurves.py index ad017bc5..534d4394 100644 --- a/nmma/em/detect_lightcurves.py +++ b/nmma/em/detect_lightcurves.py @@ -211,7 +211,6 @@ def main(): #fid = open('lc_skymap_detection', "w") for index, row in dataframe_from_inj.iterrows(): outdir = os.path.join(args.outdir, str(index)) - #outdir = os.path.join('./obs_paper/detection_lc/outdir_BNS', str(index)) efffile = os.path.join(outdir, f"efficiency_true_{indices[index]}.txt") #print(efffile)