AttributeError 'class name' object has no attribute 'method'

后端 未结 0 1953
粉色の甜心
粉色の甜心 2020-12-24 15:17
import numpy as np
import math

class CellLinked ():

    def __init__ (self, box_len: float, r_cut: float) :
        """
        This class initializ         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题