Skip to content

Commit

Permalink
Fix typo (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed May 24, 2024
1 parent 28dee53 commit bbd8cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electronicparsers/abinit/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ def input_vars(self):
val = np.array(
key_val[1:],
dtype=m_quantity.type.standard_type()
if hasattr(m_quantity.type, 'standard_tpye')
if hasattr(m_quantity.type, 'standard_type')
else m_quantity.type,
)
if not m_quantity.shape:
Expand Down

0 comments on commit bbd8cd1

Please sign in to comment.