mfinzi/LieConv

View on GitHub
lie_conv/graphnets.py

Summary

Maintainability
A
2 hrs
Test Coverage

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

    def __init__(self,num_species,charge_scale,num_outputs=1,d=3,k=64,num_layers=1):
Severity: Minor
Found in lie_conv/graphnets.py - About 45 mins to fix

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

        def forward(self, x, edge_index, edge_attr, u, batch):
    Severity: Minor
    Found in lie_conv/graphnets.py - About 35 mins to fix

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

          def forward(self, x, edge_index, edge_attr, u, batch):
      Severity: Minor
      Found in lie_conv/graphnets.py - About 35 mins to fix

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

            def forward(self, src, dest, edge_attr, u, batch):
        Severity: Minor
        Found in lie_conv/graphnets.py - About 35 mins to fix

          There are no issues that match your filters.

          Category
          Status