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

Remove a useless evar normalization in Equations.define_by_eqs. #579

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

ppedrot
Copy link
Collaborator

@ppedrot ppedrot commented Jan 23, 2024

We actually only care about the relevance of the fixpoints being defined. Evar normalization was performed w.r.t. a completely broken evarmap that would miss potential evars in the terms, forcing nf_evar to silently ignore (and mishandle) undefined evars.

We actually only care about the relevance of the fixpoints being defined.
Evar normalization was performed w.r.t. a completely broken evarmap that
would miss potential evars in the terms, forcing nf_evar to silently
ignore (and mishandle) undefined evars.
@ppedrot
Copy link
Collaborator Author

ppedrot commented Jan 23, 2024

This PR work locally when making nf_evar stricter, so I think it's good to go.

@ppedrot ppedrot merged commit e80a8e6 into mattam82:main Jan 23, 2024
1 of 3 checks passed
@ppedrot ppedrot deleted the fix-nf-evars branch January 23, 2024 19: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.

1 participant