-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
What version of osparc
are you using?
0.6.3
Long story short
the docstring of jobs says there are optional parameters, but the method does not allow for more than solver_key and solver_version
Expected behaviour
correct docstring or modified method
Actual behaviour
wrong doctring
Steps to reproduce
pip install osparc
with osparc.ApiClient(cfg) as api_client:
solvers_api = osparc.SolversApi(api_client)
solvers_api.jobs(id, version)
Your environment
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation