Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
VincentRagusa opened this issue Feb 6, 2020 · 0 comments
Open

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

VincentRagusa opened this issue Feb 6, 2020 · 0 comments

Comments

@VincentRagusa
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant