Commit d44363e
Fixed Incar object to allow for ML_MODE vasp tag (#3625)
* Fixed Incar object to allow for ML_MODE vasp tag which does not want to
have capitalized values (train, run, ...). By default, pymatgen
capitalizes the values of the INCAR tags (e.g. "ALGO = Fast", even if
you set incar["ALGO"] = "fast"). This is not working for the ML_MODE
tag.
Also fixed (i.e. ignored specific mypy code) random mypy errors in files
that were not touched ...
* rename lowerstr_keys -> lower_str_keys
---------
Co-authored-by: Janosh Riebesell <[email protected]>1 parent 988da0c commit d44363e
File tree
3 files changed
+8
-1
lines changed- pymatgen
- core
- io/vasp
- tests/io/vasp
3 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
873 | 873 | | |
874 | 874 | | |
875 | 875 | | |
| 876 | + | |
876 | 877 | | |
877 | 878 | | |
878 | 879 | | |
| |||
904 | 905 | | |
905 | 906 | | |
906 | 907 | | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
907 | 911 | | |
908 | 912 | | |
909 | 913 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
833 | 833 | | |
834 | 834 | | |
835 | 835 | | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
836 | 839 | | |
837 | 840 | | |
838 | 841 | | |
| |||
0 commit comments