mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 04:51:10 +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
|