Commit 690ca20
Clear rfd3na input_parsing from the mypy ratchet
Now unblocked by the 0078 port of _check_has_backbone_connections_to_
nonstandard_residues. Mirrors the rfd3 fix: add the four missing imports
(create_o_atoms/create_cb_atoms, fetch_mask_from_idx, and the ported
_check_has_backbone helper -- all NameErrors); fix create_motif_residue's
error message to use the token's own chain_id/res_id (was undefined
src_chain/src_resid); narrow accumulate_components' components to
List[str] (the int was spurious) and unindexed_breaks to List[bool|None];
rewrite a list-comp-for-side-effects as a set loop; data: dict|None; and a
components->component typo.
rfd3na is cluster-coupled; the NameError fixes make reachable paths work
but are unverified in CI. mypy-only otherwise.
Co-authored-by: lyskov-ai <277346777+lyskov-ai@users.noreply.github.com>1 parent 7809032 commit 690ca20
2 files changed
Lines changed: 13 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
925 | 929 | | |
926 | 930 | | |
927 | 931 | | |
928 | | - | |
| 932 | + | |
929 | 933 | | |
930 | 934 | | |
931 | 935 | | |
| |||
1003 | 1007 | | |
1004 | 1008 | | |
1005 | 1009 | | |
1006 | | - | |
| 1010 | + | |
| 1011 | + | |
1007 | 1012 | | |
1008 | 1013 | | |
1009 | 1014 | | |
| |||
1037 | 1042 | | |
1038 | 1043 | | |
1039 | 1044 | | |
1040 | | - | |
| 1045 | + | |
1041 | 1046 | | |
1042 | 1047 | | |
1043 | 1048 | | |
| |||
1046 | 1051 | | |
1047 | 1052 | | |
1048 | 1053 | | |
1049 | | - | |
| 1054 | + | |
1050 | 1055 | | |
1051 | 1056 | | |
1052 | 1057 | | |
| |||
1060 | 1065 | | |
1061 | 1066 | | |
1062 | 1067 | | |
1063 | | - | |
1064 | | - | |
1065 | | - | |
1066 | | - | |
1067 | | - | |
1068 | | - | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
1069 | 1071 | | |
1070 | 1072 | | |
1071 | 1073 | | |
| |||
1138 | 1140 | | |
1139 | 1141 | | |
1140 | 1142 | | |
1141 | | - | |
| 1143 | + | |
1142 | 1144 | | |
1143 | 1145 | | |
1144 | 1146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
254 | 253 | | |
255 | 254 | | |
256 | 255 | | |
| |||
0 commit comments