pvfit.common package¶
Submodules¶
pvfit.common.constants module¶
pvfit.common.utils module¶
Common utilities for PVfit.
-
pvfit.common.utils.ensure_numpy_scalars(*, dictionary: dict) → dict¶ Convert Python float and int dictionary entries to numpy interface.
TODO: Complete docstring.
CAUTION: This updates the input dictionary in place and returns a
-
pvfit.common.utils.get_version(*, info_log: bool = False) → str¶ Return pvfit version with optional info log, raising with exception log if not found.