Skip to content

Commit 5df4853

Browse files
feat: make input data private
Signed-off-by: jaapschoutenalliander <[email protected]>
1 parent 660ef48 commit 5df4853

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/power_grid_model_ds/_core/load_flow.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ def __init__(
5959
def input_data(self) -> Dict[str, NDArray]:
6060
"""Get the input data for the PowerGridModel."""
6161
warnings.warn(
62-
"Input data has been made private and will be removed as public properety in a future version.",
62+
"Input data has been made private and will be removed as public properety in a future version. "
63+
"Do not use it directly.",
6364
DeprecationWarning,
6465
stacklevel=2,
6566
)

0 commit comments

Comments
 (0)