File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def graphgen(
42
42
connectivity : str = "euclidean" ,
43
43
# draw_graph: bool = True,
44
44
):
45
- """ Generate fragments via adjacency graph."""
45
+ """Generate fragments via adjacency graph."""
46
46
assert mol is not None
47
47
48
48
fragment_type_order = int (be_type [- 1 ])
@@ -141,9 +141,7 @@ def graphgen(
141
141
raise NotImplementedError ("Work in progress..." )
142
142
143
143
else :
144
- raise AttributeError (
145
- f"Connectivity metric not recognized: '{ connectivity } '"
146
- )
144
+ raise AttributeError (f"Connectivity metric not recognized: '{ connectivity } '" )
147
145
148
146
# Remove all fragments whose AO indices can be identified as subsets of
149
147
# another fragment's. The center site for the removed frag is then
You can’t perform that action at this time.
0 commit comments