You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to be able to have several directories, each with related methods in them. I have taken this approach on the curt_experiment branch. However, I can't figure out what I am doing wrong. The modules aren't being discovered.
The text was updated successfully, but these errors were encountered:
Is this just a matter of updating the python path appropriately to discover the new location? Or that it wasn't set right when running the tox test runner?
exploring more. I see pyscience dock uses the inspect module to discover tasks in order to return them, this is just to return a JSON description of the tasks, not to define them in the Python context, though. I am thinking the PYTHONPATH needs to be updated.
It would be great to be able to have several directories, each with related methods in them. I have taken this approach on the curt_experiment branch. However, I can't figure out what I am doing wrong. The modules aren't being discovered.
The text was updated successfully, but these errors were encountered: