Skip to content

Commit

Permalink
remove live data problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed Jul 22, 2024
1 parent dd81ad8 commit 121635c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reduction/lr_reduction/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.27'
__version__ = '2.0.28'
4 changes: 2 additions & 2 deletions reduction/lr_reduction/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ def assemble_results(first_run, output_dir, average_overlap=False, is_live=False
_, _, _, _, _meta = output.read_file(os.path.join(output_dir, item))
if is_live or not _meta['start_time'] == "live":
coll.add_from_file(os.path.join(output_dir, item))
elif item == "REFL_live_partial.txt":
coll.add_from_file(os.path.join(output_dir, item))
#elif item == "REFL_live_partial.txt":
# coll.add_from_file(os.path.join(output_dir, item))

output_file_name = 'REFL_%s_combined_data_auto.txt' % first_run
if is_live:
Expand Down

0 comments on commit 121635c

Please sign in to comment.