Skip to content

Commit bf89c14

Browse files
committed
Merge branch 'develop' into release/MAPL-v3
2 parents 5c971b9 + fface8f commit bf89c14

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140140
- Removed unnecessary _ASSERT in MAPL_TerminateImportAllBut
141141
- Fixed bug so that an informative error message will be emitted when extrapolation is attempted to be used without a valid range in ExtData2G
142142
- Fixed SIGFPE (integer divide by zero) in `MAPL_LoadBalanceMod` when load balancing algorithm evaluates maximum differences to zero.
143+
- Python bridge: remove odd 3rd party dependency due to importing no_type_check outside of the standard library
143144

144145
### Added
145146

Python/MAPL_PythonBridge/python2fortran/python_fortran_bridge.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
from gt4py.eve.extended_typing import no_type_check
21
import cffi
32
import os
43
from MAPL_PythonBridge.types import CVoidPointer, FFI
5-
from typing import Any
4+
from typing import Any, no_type_check
65
import numpy as np
76
import numpy.typing as npt
87
import platform

0 commit comments

Comments
 (0)