Skip to content

Default value of exclude_lc_nodes #147

@HenningSE

Description

@HenningSE

The docstring of submit_job states that the default of exclude_lc_nodes is True:

exclude_lc_nodes (bool): Exclude the loosely coupled nodes. Default is True.

As far as I can tell, it is actually False:

exclude_lc_nodes: bool = False,

exclude_lc_nodes: bool = Field(False, description="Exclude the loosely coupled nodes")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions