Skip to content

Commit

Permalink
Fix typo in subparser name for band plot
Browse files Browse the repository at this point in the history
  • Loading branch information
wladerer committed Nov 16, 2023
1 parent 09a75b4 commit 282a2e5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion scripts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def analysis(subparsers):


def band(subparsers):
subp_band = subparsers.add_parser("bands", help="Plot band structure")
subp_band = subparsers.add_parser("band", help="Plot band structure")

subp_band.add_argument(
"-e",
Expand Down
14 changes: 7 additions & 7 deletions vsh.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Metadata-Version: 2.1
Name: vsh
Version: 0.2
Summary: UNKNOWN
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
License-File: LICENSE
Requires-Dist: ase
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: pymatgen
Requires-Dist: mp-api
Requires-Dist: pyprocar
Requires-Dist: pydantic

UNKNOWN

1 change: 1 addition & 0 deletions vsh.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ scripts/schedule.py
scripts/slab.py
test/test_analysis.py
test/test_freeze.py
test/test_slab.py
test/test_vshband.py
vsh.egg-info/PKG-INFO
vsh.egg-info/SOURCES.txt
Expand Down
6 changes: 3 additions & 3 deletions vsh.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ase
numpy
matplotlib
pymatgen
mp-api
pyprocar
numpy
pydantic
pymatgen
pyprocar

0 comments on commit 282a2e5

Please sign in to comment.