Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
3bc4510
refactor: change asset topology setup
LeonHilf Jun 3, 2026
59e985b
Potential fix for pull request finding
LeonHilf Jun 3, 2026
cb8dfe6
Potential fix for pull request finding
LeonHilf Jun 3, 2026
5205fd5
Potential fix for pull request finding
LeonHilf Jun 3, 2026
c8b609d
docs: fix asset topology class references
Copilot Jun 3, 2026
a958c17
docs: fix asset topology class references
Copilot Jun 3, 2026
22609c0
fix: comments
LeonHilf Jun 8, 2026
1b57b25
fix: readd additional infos
LeonHilf Jun 8, 2026
526ebd9
fix: failing tests
LeonHilf Jun 8, 2026
1836799
fix: even more tests
LeonHilf Jun 8, 2026
387009c
fix: notebook tests
LeonHilf Jun 8, 2026
5f2e5a2
fix: notebook paths
LeonHilf Jun 8, 2026
827ed8b
asset_id to asset_bay on station
LeonHilf Jun 11, 2026
543c93d
pslit injection and branches
LeonHilf Jun 19, 2026
7c10d6c
Merge branch 'main' into refactor/asset_topology
LeonHilf Jun 19, 2026
93dfc36
bad merge
LeonHilf Jun 19, 2026
978e8fa
docsfix
LeonHilf Jun 19, 2026
b70a081
feat: circuitgroupclasse + file refactor
LeonHilf Jun 22, 2026
bfe99a4
fix import tests
LeonHilf Jun 22, 2026
f95b23a
fix issues
LeonHilf Jun 22, 2026
a2cbd1b
fix: remove is branch, add circuit groups
LeonHilf Jun 23, 2026
b09dee6
fix: rename terminal to branch_end
LeonHilf Jun 23, 2026
73079a5
Merge remote-tracking branch 'origin' into refactor/asset_topology
LeonHilf Jun 23, 2026
82585cb
fix: failing notebook
LeonHilf Jun 23, 2026
f5090f8
fix: importer tests
LeonHilf Jun 23, 2026
b3feebf
fix weird station layout issue
LeonHilf Jun 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .pre-commit-hooks/sensitive-files-whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ packages/dc_solver_pkg/tests/files/test_grid_node_breaker/static_information.zip
packages/dc_solver_pkg/tests/files/test_grid_node_breaker/nminus1_definition.json
packages/dc_solver_pkg/tests/files/test_grid_node_breaker/initial_topology/test_ucte_powsybl_example.xiidm
packages/dc_solver_pkg/tests/files/test_grid_node_breaker/initial_topology/asset_topology.json
packages/dc_solver_pkg/tests/files/test_grid_node_breaker/static_information_stats.json
packages/dc_solver_pkg/tests/files/test_grid_node_breaker/optimizer_snapshot/run_0/unsplit_ac_metrics.json
packages/dc_solver_pkg/tests/files/test_grid_node_breaker/optimizer_snapshot/run_0/topology_0/orao_summary.json
packages/dc_solver_pkg/tests/files/test_grid_node_breaker/optimizer_snapshot/run_0/topology_0/modified_network.xiidm
packages/dc_solver_pkg/tests/files/test_grid_node_breaker/optimizer_snapshot/run_0/topology_0/ac_metrics.json
packages/dc_solver_pkg/tests/files/test_grid_node_breaker/optimizer_snapshot/run_0/res.json
packages/dc_solver_pkg/tests/files/test_grid_node_breaker/loadflow_parameters.json
packages/dc_solver_pkg/tests/files/test_grid_node_breaker/action_set_diffs.hdf5

# Grid helpers package test files
packages/grid_helpers_pkg/tests/files/test_ucte_powsybl_example.uct
Expand Down
Loading
Loading