Skip to content

Commit

Permalink
Update nmma/em/detect_lightcurves.py
Browse files Browse the repository at this point in the history
Former-commit-id: 08ac6b4
  • Loading branch information
weizmannk authored Apr 18, 2023
1 parent 23e98cd commit 3d39736
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nmma/em/detect_lightcurves.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3d39736

Please sign in to comment.