Skip to content

Commit

Permalink
Comment unused lines, but check why
Browse files Browse the repository at this point in the history
  • Loading branch information
marialainez committed Feb 5, 2024
1 parent 64deab2 commit 8c4e16a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/osa/scripts/data_reduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def apply_pixel_selection(date):
first_subrun=start_subrun
for subrun in range(start_subrun, end_subrun):
name_job=False
job = drafts_job_file(original_dir, output_dir, log_dir, name_job,first_subrun,run_id, subrun,write_job_file, job_file,i)
#job = drafts_job_file(original_dir, output_dir, log_dir, name_job,first_subrun,run_id, subrun,write_job_file, job_file,i)

if os.path.exists(job_file):
#print(f"se va a lanzar el siguiente job{job_file}")
Expand All @@ -195,7 +195,7 @@ def apply_pixel_selection(date):
i=0
for subrun in range (n_subruns +1):
name_job=True
job3=drafts_job_file(original_dir,output_dir,log_dir,name_job,first_subrun,run_id,subrun,write_job_file,job_file_2,i)
#job3=drafts_job_file(original_dir,output_dir,log_dir,name_job,first_subrun,run_id,subrun,write_job_file,job_file_2,i)

if os.path.exists(job_file_2):
#print(f"se va a lanzar el siguiente job{job_file_2}")
Expand Down

0 comments on commit 8c4e16a

Please sign in to comment.