Skip to content

Conversation

Mathieu-Deharbe
Copy link
Contributor

No description provided.

Copy link
Contributor

@basseche basseche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Group issues :

  • Unsetting Transient reactance on Generator does not seems to work.
  • Crash if you change Transient reactance and Transformer reactance in the same time.

Signed-off-by: Mathieu DEHARBE <[email protected]>
}
case RATED_NOMINAL_POWER -> {
Double ratedNominalPower = Double.parseDouble(newValue);
Double ratedNominalPower = newValue != null ? Double.parseDouble(newValue) : Double.NaN;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe you should make a function og this as it is repeated several times

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done here : 50d2b43

Signed-off-by: Mathieu DEHARBE <[email protected]>
Copy link

@Mathieu-Deharbe Mathieu-Deharbe merged commit 07df82e into main Sep 25, 2025
4 checks passed
@Mathieu-Deharbe Mathieu-Deharbe deleted the unsettable-fields-in-filter-modification branch September 25, 2025 13:19
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.

3 participants