mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-05 14:05:12 +00:00
Initial commit
This commit is contained in:
5
unilabos/controllers/eis_model.py
Normal file
5
unilabos/controllers/eis_model.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import numpy as np
|
||||
|
||||
|
||||
def EISModelBasedController(eis: np.array) -> float:
|
||||
return 0.0
|
||||
Reference in New Issue
Block a user