We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
osparc
0.6.3
the docstring of jobs says there are optional parameters, but the method does not allow for more than solver_key and solver_version
correct docstring or modified method
wrong doctring
pip install osparc
with osparc.ApiClient(cfg) as api_client: solvers_api = osparc.SolversApi(api_client) solvers_api.jobs(id, version)
The text was updated successfully, but these errors were encountered:
pcrespov
bisgaard-itis
No branches or pull requests
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
Your environment
The text was updated successfully, but these errors were encountered: