Commit 723d9b8
* remove no_type_check mark
* remove no_type_check from plotter as it seems this have to go first
* remove mypy version pin
* take it slow and pin mypy for now
* fix io.lmto
* fix electronic structure plotter
* fix phase diagram
* fix pourbaix diagram
* migrate config
* bump pyright version
* fix pyright in io.lmto
* fix pyright in phase diagram
* remove mypy pin
* fix vis.structure_vtk
* fix core ptable
* pre-commit auto-fixes
* fix lobtser outputd
* fix typo in vasprun test
* handle converged_electronic for vasp ALGO=CHI
* fix another vasp.output error
* tweak code style a bit
* suppress overload error for now
* fix electronic structure plotter
* tweak code style a bit
* fix type
* fix incorrect type of cn
* use overload type
* bump pre-commit, mainly to get mypy 1.12
* fix incorrect return type of get_parameters
* fix most errors in local_env
* all done
* use set to check membership
* a bit more specific type for DEFAULT_OP_PARAMS
---------
Signed-off-by: Shyue Ping Ong <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Shyue Ping Ong <[email protected]>
1 parent a7a3ba5 commit 723d9b8
File tree
15 files changed
+313
-252
lines changed- .github/workflows
- src/pymatgen
- analysis
- core
- electronic_structure
- io
- lobster
- vasp
- vis
- tests
- analysis
- io/vasp
15 files changed
+313
-252
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
0 commit comments