Skip to content

Commit 36a63fd

Browse files
committed
Bump cache_generation to 2026-2
deoblique_and_reorient now strips the AFNI extension, so its output bytes differ from prior cold-run cache entries and every downstream key cascades. Bumping cache_generation invalidates all prior keys cleanly; old entries stay on disk until the 50 GB mtime eviction reclaims them.
1 parent 1440e6a commit 36a63fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def niwrap_runner(
114114
image_digest=resolver,
115115
# Bump to invalidate when styxcache storage semantics change
116116
# (e.g. 0.1.x entries lacked persisted stdout).
117-
extra={"cache_generation": "2026-1"},
117+
extra={"cache_generation": "2026-2"},
118118
),
119119
)
120120
niwrap.set_global_runner(wrapped)

0 commit comments

Comments
 (0)