Coverage for aixcalibuha/__init__.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.4.1, created at 2024-01-27 10:48 +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.0.0"