UpdateResults
Revision as of 09:59, 17 February 2015 by Kareldumon (talk | contribs) (Created page with "The manual says: HighThroughput.manage.calculation.updateResults(cid) Updates the results of a calculation, returns (int) 1 if successful (wraps around modify). Has one optio...")
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!