Skip to content
New issue

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

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

Already on GitHub? # to your account

Tighten up projection equality check #12

Open
chemix-lunacy opened this issue Mar 5, 2024 · 0 comments
Open

Tighten up projection equality check #12

chemix-lunacy opened this issue Mar 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@chemix-lunacy
Copy link
Contributor

This improvement is teired:

Firstly the equality check should be tightened up, currently it just does a to-string on each operation and compares 1-to-1. This should be replaced with a non to-string version and check against values instead. This should likely only be complete after projection state representation has been updated.

Secondly it should use state the prediction mechanism to detect whether the results are the same, which is a better check than if the exact operations are the same.

@chemix-lunacy chemix-lunacy added the enhancement New feature or request label Mar 5, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant