Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix state ordering in Python #1122

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Conversation

swernli
Copy link
Collaborator

@swernli swernli commented Feb 5, 2024

This change uses the vector returned from the internals directly rather than converting into a hashmap so that the state ordering can be preserved for display.

Fixes #1119

Before:
image

After:
image

This change uses the vector returned from the internals directly rather than converting into a hashmap so that the state ordering can be preserved for display.

Fixes #1119
@swernli swernli added this pull request to the merge queue Feb 6, 2024
Merged via the queue into main with commit 1fccd44 Feb 6, 2024
14 checks passed
@swernli swernli deleted the swernli/fix-python-state-order branch February 6, 2024 18:38
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.

Python state dumps shown in arbitrary order
2 participants