File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed
Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
2+ #
3+ # SPDX-License-Identifier: MPL-2.0
4+
5+ changelog :
6+ categories :
7+ - title : Features and improvements
8+ labels :
9+ - feature
10+ - improvement
11+ - title : Bug fixes
12+ labels :
13+ - bug
14+ - title : Dependencies
15+ labels :
16+ - dependencies
17+ authors :
18+ - dependabot
19+ - title : Documentation
20+ labels :
21+ - documentation
22+ - title : Other Changes
23+ labels :
24+ - " *"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments