mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-01-12 22:18:29 +01:00
Change TBE to TBE(FC) and TBE-corr to TBE
This commit is contained in:
parent
7de3f883c6
commit
c2b05cb44a
@ -137,7 +137,7 @@ class dataFileBase(object):
|
|||||||
for first, last in subtablesindex:
|
for first, last in subtablesindex:
|
||||||
datacls=dict()
|
datacls=dict()
|
||||||
mymolecule=str(table[first,0])
|
mymolecule=str(table[first,0])
|
||||||
mymethod=(method("TBE"),method("TBE-corr"))
|
mymethod=(method("TBE(FC)"),method("TBE"))
|
||||||
finsts=dataFileBase.convertState(table[first:last+1,1],default=default,firstState=firstState,commands=commands)
|
finsts=dataFileBase.convertState(table[first:last+1,1],default=default,firstState=firstState,commands=commands)
|
||||||
for index,row in enumerate(table[first:last+1,]):
|
for index,row in enumerate(table[first:last+1,]):
|
||||||
def toFloat(x):
|
def toFloat(x):
|
||||||
|
Loading…
Reference in New Issue
Block a user