mfinzi/LieConv

View on GitHub
lie_conv/utils.py

Summary

Maintainability
A
2 hrs
Test Coverage

Function conv2d has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

def conv2d(in_channels,out_channels,kernel_size=3,coords=False,dilation=1,**kwargs):
Severity: Minor
Found in lie_conv/utils.py - About 45 mins to fix

    Function knn_point has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def knn_point(nbhd, xyz, new_xyz, mask, distance=square_distance):
    Severity: Minor
    Found in lie_conv/utils.py - About 35 mins to fix

      Function farthest_ball_point has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def farthest_ball_point(radius,nsample,xyz,new_xyz,distance=square_distance):
      Severity: Minor
      Found in lie_conv/utils.py - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status