-
Notifications
You must be signed in to change notification settings - Fork 35
Cli updates #357
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
Merged
Merged
Cli updates #357
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
d8a98c4
add tests for icohp-distance plotter
naik-aakash 45f27fc
add option in cli to get colored icohpdistance plots
naik-aakash 9a0be19
attempt to disable deprecation warnings (temporary change)
naik-aakash 125afdc
revert disable deprecation warnings in pyproject.toml
naik-aakash f7c151b
add bwdf plotting to cli
naik-aakash c5de7f8
minor cleanup
naik-aakash 549f6ea
minor cleanup
naik-aakash d11a457
add save plot option for bwdf cli and cleanup
naik-aakash f81237e
add cli tests for bwdf plots
naik-aakash 404461b
fix plot saving filename
naik-aakash 8a92a30
add more BWDF plot tests
naik-aakash 10da3e4
add cli docs
naik-aakash 235b0ed
update tutorials
naik-aakash 6b95906
add option to save plot data as jsons from automatic analysis
naik-aakash d64cbba
add tests for save plot json
naik-aakash 871d732
fix description in docs
naik-aakash 738297b
Merge branch 'JaGeo:main' into cli_updates
naik-aakash cfcb421
correct doc-string cli help for binwidth
naik-aakash 89d1edf
update cli help
naik-aakash 8916b07
Merge branch 'JaGeo:main' into cli_updates
naik-aakash bde84cf
address tutorial review
naik-aakash 831ea6e
update default maxlen arg in cli
naik-aakash 8863d3e
update cli ref test data
naik-aakash 5b8b4b4
minor change in bwdf cli tests
naik-aakash 0a8441e
split bwdf plotter to seperate class and update cli accordingly
naik-aakash a31a62c
rename vairable
naik-aakash 14e23cf
update tutorial
naik-aakash 7052ec1
fix tutorial
naik-aakash e4a2b50
add BWDFPlotter test
naik-aakash 355ff1d
address doc-string comments
naik-aakash daae985
remove redundant Path usage (address review comment)
naik-aakash 24e7190
Replace os with Path
naik-aakash File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| plot-bwdf | ||
| ========== | ||
|
|
||
| Plot BWDFs using ICOHPs or ICOOPs or ICOBIs with respect to bond lengths. | ||
|
|
||
| .. hint:: Aliases available | ||
|
|
||
| - plotbwdf | ||
|
|
||
| .. argparse:: | ||
| :module: lobsterpy.cli | ||
| :func: get_parser | ||
| :prog: lobsterpy | ||
| :path: plot-bwdf | ||
|
|
||
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.