Coverage for aixcalibuha/__init__.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.4.4, created at 2026-04-20 14:06 +0000

1""" 

2Python package to calibrate models created in Modelica or possible 

3other simulation software. 

4""" 

5from .data_types import CalibrationClass, TunerParas, Goals 

6from .calibration import Calibrator, MultipleClassCalibrator 

7from .sensitivity_analysis import SobolAnalyzer, MorrisAnalyzer, FASTAnalyzer, PAWNAnalyzer, \ 

8 plotting 

9 

10__version__ = "1.1.0"