mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Simplify initialization of TBE methods
This commit is contained in:
parent
46eb7fe9ec
commit
1b6094d7f7
@ -130,7 +130,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",None),method("TBE-corr"))
|
mymethod=(method("TBE"),method("TBE-corr"))
|
||||||
finsts=dataFileBase.convertState(table[first:last+1,1],default=default,firstState=firstState)
|
finsts=dataFileBase.convertState(table[first:last+1,1],default=default,firstState=firstState)
|
||||||
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