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 a bug where "bialgebra" under "Simplification routines" causes a crash. #227

Merged
merged 1 commit into from
Jan 1, 2024

Conversation

dlyongemallo
Copy link
Contributor

Because it has the same name as "bialgebra" under "Basic rules", the make_animation function attempts to perform the incorrect animation. This crashes as the matcher for bialg_simp, which is const_true , returns the wrong type (Callable[..., Any] rather than the expected List[Any]).

See #132 (comment) for context.

…crash.

Because it has the same name as "bialgebra" under "Basic rules", the `make_animation` function attempts to perform the incorrect animation. This crashes as the matcher for `bialg_simp`, which is `const_true` , returns the wrong type (`Callable[..., Any]` rather than the expected `List[Any]`).

See zxcalc#132 (comment) for context.
@RazinShaikh RazinShaikh merged commit b79dc7f into zxcalc:master Jan 1, 2024
2 checks passed
@dlyongemallo dlyongemallo deleted the bialg_simp branch January 1, 2024 09:34
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.

2 participants