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.
2 parents 2adf2fa + 02d9904 commit 21ea34eCopy full SHA for 21ea34e
src/_utils.py
@@ -0,0 +1,11 @@
1
+# SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
2
+#
3
+# SPDX-License-Identifier: MPL-2.0
4
+
5
+"""
6
+This file contains helper functions for library-internal use only.
7
+Disclaimer!
8
+We do not officially support this functionality and may remove features in this library at any given time!
9
10
11
+from power_grid_model._core.utils import is_nan # pylint: disable=unused-import
0 commit comments