RSLTL shortcuts and gene expr example

This commit is contained in:
Artur Meski
2017-11-26 20:06:58 +00:00
parent 4dbeac742d
commit 2c399dc5c1
3 changed files with 87 additions and 7 deletions

View File

@@ -56,8 +56,7 @@ class ReactionSystemWithConcentrations(ReactionSystem):
if len(e) == 2 and type(e[1]) is int:
return True
print("FATAL. Invalid entity+concentration:")
print(e)
print("FATAL. Invalid entity+concentration: {:s}".format(e))
exit(1)
return False