Update VolumeMaker.py
Browse files- VolumeMaker.py +1 -1
VolumeMaker.py
CHANGED
@@ -448,7 +448,7 @@ class PointCloudSurface(torch.nn.Module):
|
|
448 |
|
449 |
return coords
|
450 |
|
451 |
-
def forward(self, coords, radius, maxpoints=
|
452 |
"""
|
453 |
Function to calculate the surface cloud point representation of macromolecules
|
454 |
|
|
|
448 |
|
449 |
return coords
|
450 |
|
451 |
+
def forward(self, coords, radius, maxpoints=500,external_radius_factor=1.4):
|
452 |
"""
|
453 |
Function to calculate the surface cloud point representation of macromolecules
|
454 |
|