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

Allow all computation names #116

Merged
merged 2 commits into from
Nov 29, 2023
Merged

Allow all computation names #116

merged 2 commits into from
Nov 29, 2023

Conversation

kdund
Copy link
Collaborator

@kdund kdund commented Nov 15, 2023

#115 -- the world is rich, and we can allow any computation name (though "threshold" is special, and others such as "collate results" may be in the future)

"sensitivity",
],
help="Type of computation, defined in YAML runner config file",
help=(
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

my IDE complains about """ block quotes, but the solution here seems way worse for readability surely?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Especially the mixture of " and ' is a bit odd to read. Apart from that, I think this is ok. What would've been your preferred format?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah got it. You want the names to have "" -- then I think this is fine.

Copy link

github-actions bot commented Nov 15, 2023

Pull Request Test Coverage Report for Build 7029328329

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 90.766%

Totals Coverage Status
Change from base Build 7023030678: 0.0%
Covered Lines: 1386
Relevant Lines: 1527

💛 - Coveralls

@kdund kdund requested a review from hammannr November 15, 2023 16:08
Copy link
Collaborator

@hammannr hammannr left a comment

Choose a reason for hiding this comment

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

Hey @kdund sorry for the delay. Thanks for liberating the computation names!! 😊 Looks good!

"sensitivity",
],
help="Type of computation, defined in YAML runner config file",
help=(
Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah got it. You want the names to have "" -- then I think this is fine.

@hammannr hammannr linked an issue Nov 27, 2023 that may be closed by this pull request
@dachengx dachengx merged commit bd5aa44 into main Nov 29, 2023
@dachengx dachengx deleted the allow_all_submissionnames branch November 29, 2023 07:49
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.

Allow arbitrary computation names
3 participants