Searched refs:dataDict (Results 1 – 2 of 2) sorted by relevance
| /petsc/config/ |
| H A D | query_tests.py | 146 def get_inverse_dictionary(dataDict,fields,srcdir): argument 159 for root in dataDict: 160 for exfile in dataDict[root]: 161 for test in dataDict[root][exfile]: 168 if field not in dataDict[root][exfile][test]: continue 169 values=dataDict[root][exfile][test][field] 208 dataDict=pickle.load(fd) 210 return dataDict 217 dataDict = {} 224 dataDict[root] = {} [all …]
|
| H A D | gmakegentest.py | 852 def genPetscTests_summarize(self,dataDict): argument 860 for root in dataDict: 867 for exfile in dataDict[root]: 872 for test in dataDict[root][exfile]: 879 if key not in dataDict[root][exfile][test]: continue 880 line=indent*3+key+": "+str(dataDict[root][exfile][test][key]) 887 def genPetscTests(self,root,dirs,files,dataDict): argument 916 dataDict[root] = data 928 dataDict={} 937 self.genPetscTests(root,dirs,files,dataDict) [all …]
|