Skip to content
New issue

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

Default value of exclude_lc_nodes #147

Open
HenningSE opened this issue Oct 30, 2024 · 0 comments
Open

Default value of exclude_lc_nodes #147

HenningSE opened this issue Oct 30, 2024 · 0 comments

Comments

@HenningSE
Copy link

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")

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

No branches or pull requests

1 participant