Coverage for Adifpy/config.py: 0%
5 statements
« prev ^ index » next coverage.py v6.5.0, created at 2022-11-22 19:44 -0500
« prev ^ index » next coverage.py v6.5.0, created at 2022-11-22 19:44 -0500
1from typing import TypedDict
2import numpy as np
5class ADEvaluated(TypedDict):
6 value: float | np.ndarray
7 derivative: float | np.ndarray