Hintzelab / MABE

Modular Agent Based Evolution Framework
Other
77 stars 24 forks source link

mq.py CONSTANT doesn't handle quotes around parameters #333

Open VincentRagusa opened 4 years ago

VincentRagusa commented 4 years ago

CONSTANT = WORLD_GMB-BFunction (0-0.1)*VECT[0,0] fails on HPCC because '(' and ')' are not in quotes in the sbatch file

CONSTANT = WORLD_GMB-BFunction "(0-0.1)*VECT[0,0]" fails in MABE because the ' " ' (double quotes) are delivered from mq.py as part of the parameter and MTREE blows up.

CONSTANT = GLOBAL-initPop "default 100" fails in mq.py because the internal space is not ignored.