Skip to content

Add missing parameter docstring and removed unused parameter.#277

Merged
guillaumeeb merged 1 commit into
dask:masterfrom
lesteve:add-missing-parameter-docstring
Jun 20, 2019
Merged

Add missing parameter docstring and removed unused parameter.#277
guillaumeeb merged 1 commit into
dask:masterfrom
lesteve:add-missing-parameter-docstring

Conversation

@lesteve
Copy link
Copy Markdown
Member

@lesteve lesteve commented Jun 6, 2019

  • log_directory and config_name were not in the docstring
  • walltime parameter is not used inside JobQueueCluster (already in derived classes)
  • Moved down python in the docstring to match signature order.

Also reordered docstrings to match signature order.
Copy link
Copy Markdown
Member

@guillaumeeb guillaumeeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine, but just one interrogation.

Comment thread dask_jobqueue/core.py
extra=None,
env_extra=None,
log_directory=None,
walltime=None,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one question about this removal: shouldn't we instead remove it from all JobqueueCluster impl?

@guillaumeeb
Copy link
Copy Markdown
Member

Let's merge this for now.

@guillaumeeb guillaumeeb merged commit 37ab0ea into dask:master Jun 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants