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

Set Evaluate = true for IdealTransformer.considerMagnetization #3987

Commits on Jan 15, 2024

  1. Set Evaluate = true for IdealTransformer.considerMagnetization

    Leaving this parameter unevaluated seems like making things overly complicated, and as far as I can see there is nothing that clearly requires the parameter to be treated structurally.  Hence, adding an explicit annotation will increase chances of models being treated equally efficiently across tools.
    
    Of course, I would have preferred to declare considerMagnetization a constant with Dialog annotation instead, but I'm afraid the general preference is to use a parameter with Evaluate = true instead.
    henrikt-ma authored and beutlich committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    54c07f2 View commit details
    Browse the repository at this point in the history