mirror of
https://github.com/gsi-upm/soil
synced 2024-11-14 15:32:29 +00:00
Merge branch 'models' of https://lab.cluster.gsi.dit.upm.es/soil/soil into models
This commit is contained in:
commit
546ad0343b
2
soil.py
2
soil.py
@ -21,7 +21,7 @@ def visualization(graph_name):
|
|||||||
for t_step in models.networkStatus["agent_%s" % x][attribute]:
|
for t_step in models.networkStatus["agent_%s" % x][attribute]:
|
||||||
prec = 2
|
prec = 2
|
||||||
output = math.floor(models.networkStatus["agent_%s" % x][attribute][t_step] * (10 ** prec)) / (10 ** prec) # 2 decimals
|
output = math.floor(models.networkStatus["agent_%s" % x][attribute][t_step] * (10 ** prec)) / (10 ** prec) # 2 decimals
|
||||||
emotionStatusAux.append((output, t_step,None))
|
emotionStatusAux.append((output, t_step, t_step+settings.timeout))
|
||||||
attributes = {}
|
attributes = {}
|
||||||
attributes[attribute] = emotionStatusAux
|
attributes[attribute] = emotionStatusAux
|
||||||
G.add_node(x, attributes)
|
G.add_node(x, attributes)
|
||||||
|
Loading…
Reference in New Issue
Block a user