Closed
Conversation
f2a90a1 to
a9b8873
Compare
a9b8873 to
b20be72
Compare
b20be72 to
fe44c43
Compare
dda77c1 to
2315d6c
Compare
2315d6c to
59ac886
Compare
59ac886 to
70f1d42
Compare
70f1d42 to
ad2b46f
Compare
ad2b46f to
48639a7
Compare
48639a7 to
3f2eea0
Compare
bac0cc3 to
b80d79e
Compare
This was referenced Feb 21, 2026
Merged
Merged
Open
Merged
Contributor
This stack of pull requests is managed by Graphite. Learn more about stacking. |
3f2eea0 to
40b461c
Compare
b80d79e to
3606efe
Compare
40b461c to
c57c765
Compare
3606efe to
4477b0d
Compare
Merged
Merged
This was referenced Feb 27, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Adds
sfs_to_egoverse_zarr.py— takes Scale task IDs, downloads SFS data, and writes local.zarrepisodes viaZarrWriter.Writer fix (
zarr_writer.py)_write_language_annotationstried to build a numpy structured dtype withVariableLengthBytes()as a field — numpy can't interpret Zarr-only types, so it crashed withTypeError.Fix: JSON-encode each annotation row to UTF-8 bytes and store as a flat
VariableLengthBytesarray — same pattern the image writer already uses.