working on the encoding for rsLTL, testing functionality

This commit is contained in:
Artur Meski
2017-03-05 12:58:24 +01:00
parent 12fee678f6
commit 827568e174
5 changed files with 36 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ class ReactionSystemWithConcentrations(ReactionSystem):
name,def_max_conc = e
elif type(e) is str:
name = e
print("\n\nWARNING: no maximal concentration level specified for:", e, "\n\n")
print("\nWARNING: no maximal concentration level specified for:", e, "\n")
else:
raise RuntimeError("Bad entity type when adding background set element")