Skip to content

Commit

Permalink
Copy timestamps from source to FSP dest buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Dec 11, 2022
1 parent 648346a commit 9f6b228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions piker/fsp/_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ async def fsp_compute(
)
history[func_name] = history_output

history['time'] = src.array['time']

# TODO: XXX:
# THERE'S A BIG BUG HERE WITH THE `index` field since we're
# prepending a copy of the first value a few times to make
Expand Down

0 comments on commit 9f6b228

Please sign in to comment.