Skip to content

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

@VincentRagusa

Description

@VincentRagusa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions