Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Dependency of calibration.calibrator on digital_twin module #4

Open
twright opened this issue Mar 28, 2022 · 0 comments
Open

Dependency of calibration.calibrator on digital_twin module #4

twright opened this issue Mar 28, 2022 · 0 comments

Comments

@twright
Copy link

twright commented Mar 28, 2022

The calibration.calibrator module has a dependency on digital_twin.simulator.plant_simulator.PlantSimulator4Params from the example_digital-twin_incubator repository on account of the import

from digital_twin.simulator.plant_simulator import PlantSimulator4Params

on line 7 of calibration/calibrator.py.

This prevents tests such as SelfAdaptationTests.test_run_self_adaptation from being run independently of the digital_twin module.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant