File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: Contributors to the Power Grid Model project <[email protected] > 22#
33# SPDX-License-Identifier: MPL-2.0
4- from power_grid_model_ds ._core .model .grids .base import Grid
54from power_grid_model_ds ._core .data_source .generator .grid_generators import RadialGridGenerator
5+ from power_grid_model_ds ._core .model .grids .base import Grid
66from power_grid_model_ds ._core .visualizer .app import get_app_layout
77from power_grid_model_ds ._core .visualizer .layout .cytoscape_html import get_cytoscape_html
88
@@ -12,6 +12,7 @@ def test_get_cytoscape_html():
1212 cyto_html = get_cytoscape_html ("preset" , elements )
1313 assert cyto_html .children .elements == elements
1414
15+
1516def test_get_app_layout ():
1617 grid = RadialGridGenerator (Grid ).run ()
1718 assert get_app_layout (grid )
You can’t perform that action at this time.
0 commit comments