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

Toolbox: Single processor execution #116

Open
guiguem opened this issue Aug 28, 2018 · 0 comments
Open

Toolbox: Single processor execution #116

guiguem opened this issue Aug 28, 2018 · 0 comments

Comments

@guiguem
Copy link
Contributor

guiguem commented Aug 28, 2018

As currently implemented it is not possible to run a config file with a single processor as:

Traceback (most recent call last):
  File "/Users/guig098/Work/Project8/python_environments/morpho2/bin/morpho", line 64, in <module>
    myToolBox.Run()
  File "/Users/guig098/Work/Project8/python_environments/morpho2/lib/python3.7/site-packages/morpho/utilities/toolbox.py", line 156, in Run
    if not self._DefineChain():
  File "/Users/guig098/Work/Project8/python_environments/morpho2/lib/python3.7/site-packages/morpho/utilities/toolbox.py", line 115, in _DefineChain
    for a_connection in self.config_dict['processors-toolbox']['connections']:
TypeError: 'NoneType' object is not iterable
@guiguem guiguem added this to To Do in morpho version 2 via automation Aug 28, 2018
@guiguem guiguem changed the title Single processor execution Toolbox: Single processor execution Dec 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant