HI @aplowman
I've reproduced an error that @YuchenZZheng is having using MatFlow, version 0.3.0a128 on CSF. I've installed matflow in a python venv, Yuchen has installed it following these instructions https://docs.matflow.io/stable/installation.html#matflow-cli
We're running this workflow: matflow demo-workflow go tension_DAMASK_Al, but get the same error for tension_DAMASK_Ti.
The error is in the first task, which then looks to cause the rest to fail. Looking in artifacts/submissions/... at the SGE error file
TypeError: Command.__init__() got an unexpected keyword argument 'rules'
Not sure where to go from here really - is this a problem with the task schema?
HI @aplowman
I've reproduced an error that @YuchenZZheng is having using MatFlow, version 0.3.0a128 on CSF. I've installed matflow in a python venv, Yuchen has installed it following these instructions https://docs.matflow.io/stable/installation.html#matflow-cli
We're running this workflow:
matflow demo-workflow go tension_DAMASK_Al, but get the same error fortension_DAMASK_Ti.The error is in the first task, which then looks to cause the rest to fail. Looking in
artifacts/submissions/...at the SGE error fileTypeError: Command.__init__() got an unexpected keyword argument 'rules'Not sure where to go from here really - is this a problem with the task schema?