Skip to content

Commit

Permalink
update odb hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hodson authored and Thomas Hodson committed Jan 10, 2024
1 parent 40af900 commit b4d33bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ionbeam/encoders/odb.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ def encode(self, msg: TabularMessage | FinishMessage) -> Iterable[FileMessage]:
kwargs = dict(
observation_variable=msg.metadata.observation_variable,
source=msg.metadata.source,
date=output_df["date@hdr"][0],
time=output_df["time@hdr"][0],
date=output_df["date"][0],
time=output_df["time"][0],
)
f = f.format(**kwargs)

Expand Down

0 comments on commit b4d33bb

Please sign in to comment.