UpdateResults
Jump to navigation
Jump to search
The manual says:
HighThroughput.manage.calculation.updateResults(cid) Updates the results of a calculation, returns (int) 1 if successful (wraps around modify). Has one optional argument: ? (int) or (str) cid: ID of the calculation. Defaults to the global set by get() or add().
The code says:
def updateResults(results,cid = None)
The dictionary should thus (ofcourse) be given as an argument!