Skip to content

docstring of jobs is wrong #124

@sanderegg

Description

@sanderegg

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

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions