mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-14 13:14:39 +00:00
6 lines
89 B
Python
6 lines
89 B
Python
import numpy as np
|
|
|
|
|
|
def EISModelBasedController(eis: np.array) -> float:
|
|
return 0.0
|