.coveragerc
.gitignore
.gitlab-ci.yml
CHANGELOG.md
LICENSE
README.md
pylintrc
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/source/conf.py
docs/source/contribution.md
docs/source/ebcpy.modelica.rst
docs/source/ebcpy.rst
docs/source/ebcpy.simulationapi.rst
docs/source/ebcpy.utils.rst
docs/source/examples.rst
docs/source/index.rst
docs/source/version_his.rst
ebcpy/__init__.py
ebcpy/data_types.py
ebcpy/optimization.py
ebcpy/preprocessing.py
ebcpy.egg-info/PKG-INFO
ebcpy.egg-info/SOURCES.txt
ebcpy.egg-info/dependency_links.txt
ebcpy.egg-info/requires.txt
ebcpy.egg-info/top_level.txt
ebcpy/modelica/__init__.py
ebcpy/modelica/manipulate_ds.py
ebcpy/modelica/simres.py
ebcpy/simulationapi/__init__.py
ebcpy/simulationapi/dymola_api.py
ebcpy/simulationapi/fmu.py
ebcpy/utils/__init__.py
ebcpy/utils/conversion.py
ebcpy/utils/statistics_analyzer.py
examples/README.md
examples/e1_time_series_data_example.py
examples/e2_fmu_example.py
examples/e3_dymola_example.py
examples/e4_optimization_example.py
examples/data/HeatPumpSystemWithInput.fmu
tests/__init__.py
tests/test_data_types.py
tests/test_examples.py
tests/test_modelica.py
tests/test_optimizer.py
tests/test_preprocessing.py
tests/test_simulationapi.py
tests/test_utils.py
tests/data/HeatPumpSystem.mo
tests/data/PumpAndValve.fmu
tests/data/PumpAndValve_linux.fmu
tests/data/PumpAndValve_windows.fmu
tests/data/TestModelVariables.mo
tests/data/example_data.CSV
tests/data/example_data.hdf
tests/data/example_data.xls
tests/data/example_dsfinal.txt
tests/data/example_mat_data.mat
tests/data/mos_script_test.mos
tutorial/tutorial.ipynb
tutorial/data/CombiTimeTableInput.png
tutorial/data/TestModel.png
tutorial/data/TestModelInput.png
tutorial/data/excelData.csv
tutorial/data/measuredData.hdf
tutorial/data/measuredData_preprocessed.hdf
tutorial/data/measuredData_preprocessed.mat
tutorial/data/measuredData_preprocessed.txt
tutorial/data/measured_data.png
tutorial/data/simulatedData.mat