chore(deps): lift pypowsybl <1.15 upper bound after re-verifying the baseline - #196
Merged
Merged
Conversation
…baseline The `>=1.13.0,<1.15` cap assumed pypowsybl 1.15 shifted the `test_independent_actions_simulation` flow deltas beyond the committed baseline's ±1 MW tolerance (PR ainetus#99). Re-verified against pypowsybl 1.14 / 1.15 / 1.16 on the small test grid: all three reproduce `expert_backend/tests/baseline_scenario.json` within tolerance (max abs delta 0.0 MW, no COUCHY632 Q sign-flip), so no baseline regeneration is needed and the constraint becomes `pypowsybl>=1.13.0`. The floor stays at 1.13.0 because the oldest supported pypowsybl also bounds the IIDM schema the shipped game networks may use. - pyproject.toml: drop the upper bound + replace the now-false comment - scripts/game_mode/test_rte7000_game_mode.py: the IIDM<=1.14 guard now references the >=1.13 floor rather than the removed <1.15 ceiling - CHANGELOG.md: document the dependency change Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VbVUCLrfvmYLpmLEVZN6i2 Signed-off-by: marota <amarot91@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
>=1.13.0,<1.15cap assumed pypowsybl 1.15 shifted thetest_independent_actions_simulationflow deltas beyond the committed baseline's ±1 MW tolerance (PR #99). Re-verified against pypowsybl 1.14 / 1.15 / 1.16 on the small test grid: all three reproduceexpert_backend/tests/baseline_scenario.jsonwithin tolerance (max abs delta 0.0 MW, no COUCHY632 Q sign-flip), so no baseline regeneration is needed and the constraint becomespypowsybl>=1.13.0. The floor stays at 1.13.0 because the oldest supported pypowsybl also bounds the IIDM schema the shipped game networks may use.Claude-Session: https://claude.ai/code/session_01VbVUCLrfvmYLpmLEVZN6i2