Skip to content

Commit 21ea34e

Browse files
authored
Merge pull request #988 from PowerGridModel/fix/re-add-internal-is-nan-util
PGM-IO internal import resolution: Re add isnan internal import for PGM-IO, step 1
2 parents 2adf2fa + 02d9904 commit 21ea34e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/_utils.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)