Skip to content

Commit

Permalink
PyIRoGlass v0.2.0 released!
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahshi committed Sep 24, 2023
1 parent ec0decf commit b5951dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PyIRoGlass/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def Load_PC(file_name):
PC_DF = PC_DF.set_index('Wavenumber')

PC_DF = PC_DF[wn_low:wn_high]
PC_matrix = np.ndarray(PC_DF.to_numpy())
PC_matrix = PC_DF.to_numpy()

return PC_matrix

Expand Down

0 comments on commit b5951dc

Please sign in to comment.