Skip to content

Commit

Permalink
Updated lobsterparse.py
Browse files Browse the repository at this point in the history
  • Loading branch information
uthpalaherath committed Jul 28, 2020
1 parent 0a8e7d8 commit b0826f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyprocar/lobsterparser/lobsterparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def _readProjFiles(self):
self.spd = self.spd2

# Reshaping bands array to inlcude all bands (spin up and down)
self.bands = bands = concatenate((self.bands, self.bands), axis=1)
self.bands = concatenate((self.bands, self.bands), axis=1)

@property
def fermi(self):
Expand Down

0 comments on commit b0826f6

Please sign in to comment.