We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660ef48 commit 5df4853Copy full SHA for 5df4853
src/power_grid_model_ds/_core/load_flow.py
@@ -59,7 +59,8 @@ def __init__(
59
def input_data(self) -> Dict[str, NDArray]:
60
"""Get the input data for the PowerGridModel."""
61
warnings.warn(
62
- "Input data has been made private and will be removed as public properety in a future version.",
+ "Input data has been made private and will be removed as public properety in a future version. "
63
+ "Do not use it directly.",
64
DeprecationWarning,
65
stacklevel=2,
66
)
0 commit comments