Skip to content

Commit

Permalink
[automated commit] update calc type enums
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and tsmathis committed Sep 19, 2024
1 parent 2fe0663 commit fbfb7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/vasp/calc_types/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class TaskType(ValueEnum):
Unrecognized = "Unrecognized"


class CalcType(ValueEnum):
class CalcType(IgnoreCaseEnum):
"""VASP calculation types."""

AM05_DFPT = "AM05 DFPT"
Expand Down

0 comments on commit fbfb7e7

Please sign in to comment.