MoDeNa-EUProject/MoDeNa

Execution of initModels leads to syntax error message

Closed this issue · 1 comments

Execution of initModels leads to syntax error message
Traceback (most recent call last):
File "./initModels", line 42, in
from modena import ForwardMappingModel, BackwardMappingModel, SurrogateModel, CFunction
File "/home/daissa/lib/python2.7/site-packages/modena/init.py", line 38, in
from Strategy import *
File "/home/daissa/lib/python2.7/site-packages/modena/Strategy.py", line 201
] for (j, key) in enumerate(sr)
^
SyntaxError: invalid syntax

This has been fixed in 442fcc1