Skip to content

Commit

Permalink
Merge pull request #157 from smerckel/update-for_modified_dbdreader_api
Browse files Browse the repository at this point in the history
Update for modified dbdreader api
  • Loading branch information
hvdosser authored Jun 16, 2023
2 parents 6e630b5 + 540324b commit 4369188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyglider/slocum.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ def binary_to_timeseries(indir, cachedir, outdir, deploymentyaml, *,

# get the data, with `time_base` as the time source that
# all other variables are synced to:
data = dbd.get_sync(*sensors)
data = list(dbd.get_sync(*sensors))
# get the time:
time = data.pop(0)
ds['time'] = (('time'), time, attr)
Expand Down

0 comments on commit 4369188

Please sign in to comment.