Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
Maybe a bug when writing metadata?
  • Loading branch information
MaceGrim authored Dec 21, 2024
1 parent 085f371 commit 2a48007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embeddings/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def write_to_table( # noqa: PLR0913
index,
metadata={
"date": datestr,
"gsd": str(gsd[0]),
"gsd": str(gsd),
"uri": f"s3://{source_bucket}/{path}",
},
)
Expand Down

0 comments on commit 2a48007

Please sign in to comment.