Skip to content

Commit

Permalink
Update ogp_height_plotter.py
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
Paolo-DevTech-UCSB authored Sep 19, 2024
1 parent 407b546 commit dcbb493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion read-write-ogp/ogp_height_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def AppendHeights(sheetnames,key = 'Thick', mappings = None):
return All_Heights

def AppendFlats(sheetnames,key = 'Surface'):
key = 'Surface
key = 'Surface';
All_Flats=[]
for j in range(len(sheetnames)):
All_Flats.append(np.array(Flat(sheetnames[j],key)))
Expand Down

0 comments on commit dcbb493

Please sign in to comment.