mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-24 13:23:40 +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:
|
||||
datacls=dict()
|
||||
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)
|
||||
for index,row in enumerate(table[first:last+1,]):
|
||||
def toFloat(x):
|
||||
|
Loading…
Reference in New Issue
Block a user