Commit b297151
authored
Added exception for label atom count
The testing of potential overlap can lead to physically impossible label states (more nitrogen are in the label than in the molecule) and the error "too many atoms in label" is called. This is not necessary, as the test of this overlap is not possible or necessary and stops the program to work with certain labels. Introducing an exception for it allows the program to continue running.1 parent 7f313fc commit b297151
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
173 | 179 | | |
174 | 180 | | |
175 | 181 | | |
| |||
0 commit comments