-
Notifications
You must be signed in to change notification settings - Fork 12
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
wip: Adding all configuration options as arguments #988
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Renames `toposats.run_topostats` > `topostats.run_modules` as its more descriptive of what the submodule is doing. - Moves generic command line options to be arguments of the parser. - Adds arguments to each sub-parser for all module options. - Adds tests to check that each argument is correctly returned. - Updated and made a few names consistent. This is still a Work In Progress but it shouldn't break anything (tests have all passed locally). Whether to merge this depends perhaps on the desire to tag and make a release and whether there is anything else pending that is considered essential to be in that release (e.g. documentation). If so then _don't_ merge this.
ns-rse
requested review from
MaxGamill-Sheffield,
SylviaWhittle and
llwiggins
October 30, 2024 22:58
Tests using [`pytest-regtest-2.3.2`](https://pypi.org/project/pytest-regtest/#history) are [failing on OSX](https://github.com/AFM-SPM/TopoStats/actions/runs/11780199328/job/32810287345?pr=988) pegging version to `pytest-regtest==2.3.1` to see if this resolves the issue.
Merge conflict resolved and a temporary fix to get around a problem with |
SylviaWhittle
approved these changes
Nov 12, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues that I can see 😄
Thank you so much for this work 🙏
Co-authored-by: Sylvia Whittle <[email protected]>
ns-rse
force-pushed
the
ns-rse/517-swiss-army-knife
branch
from
November 12, 2024 15:14
dd5cad4
to
56b7777
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
toposats.run_topostats
>topostats.run_modules
as its more descriptive of what the submodule is doing.This is still a Work In Progress but it shouldn't break anything (tests have all passed locally).
Whether to merge this depends perhaps on the desire to tag and make a release and whether there is anything else pending that is considered essential to be in that release (e.g. documentation). If so then don't merge this.