elab matlab
This commit is contained in:
@@ -29,3 +29,10 @@ class Config:
|
||||
self.dbrawdata = c.get("tables", "rawTableName")
|
||||
self.dbrawdata = c.get("tables", "rawTableName")
|
||||
self.dbnodes = c.get("tables", "nodesTableName")
|
||||
|
||||
# Matlab
|
||||
self.matlab_runtime = c.get("matlab", "runtime")
|
||||
self.matlab_func_path = c.get("matlab", "func_path")
|
||||
self.matlab_timeout = c.getint("matlab", "timeout")
|
||||
self.matlab_error = c.get("matlab", "error")
|
||||
self.matlab_error_path = c.get("matlab", "error_path")
|
||||
Reference in New Issue
Block a user