Skip to content

Fix prepared returns cache metadata collisions - #544

Open
mameikagou wants to merge 1 commit into
ranaroussi:mainfrom
mameikagou:codex/fix-prepare-returns-cache-key
Open

Fix prepared returns cache metadata collisions#544
mameikagou wants to merge 1 commit into
ranaroussi:mainfrom
mameikagou:codex/fix-prepare-returns-cache-key

Conversation

@mameikagou

Copy link
Copy Markdown

Summary

  • include pandas container type and preserved metadata in _prepare_returns() cache keys
  • keep single-column DataFrame HTML reports working after cache isolation
  • add regression coverage for both cache call orders and label preservation

Testing

  • uv run --with pytest --with tzdata python -m pytest -s tests/ -q (129 passed)
  • git diff --check

Closes #543

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

_prepare_returns cache key collision changes Series/DataFrame type and column metadata

1 participant