Home
last modified time | relevance | path

Searched refs:REMOVECOLUMNSFORHISTORY (Results 1 – 1 of 1) sorted by relevance

/cmsis-dsp-latest/Testing/
DextractDb.py147 REMOVECOLUMNSFORHISTORY=['Regression','MAXREGCOEF','name','type','platform','category','coredef','O… variable
459 keepCols = ['name'] + [c for c in diff(cols , REMOVECOLUMNSFORHISTORY) if isNotIDColumn(c)]