TypeError: create_data_plots_map() takes 1 positional argument but 2 were given: error happens even with the use of “self”

后端 未结 0 567
南笙
南笙 2020-12-01 15:33

I\'m working with the following code:

def create_data_plots_map(self,dataset,arg1):
    self.dataset = dataset
    cases = dataset
    cases_pT_new = arg1
            


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