binary pair table uses normal bibtex file

This commit is contained in:
Ian Bell
2014-09-25 14:59:54 +02:00
parent a6621fa0d3
commit 524dd15ea3
2 changed files with 1 additions and 3 deletions

View File

@@ -41,6 +41,6 @@ The only types of inputs that are allowed for mixtures right now are
References
----------
.. bibliography:: CoolPropBibTeXLibrary.bib
.. bibliography:: ../../CoolPropBibTeXLibrary.bib
:filter: docname in docnames
:style: unsrt

View File

@@ -25,8 +25,6 @@ import pandas
df = pandas.DataFrame(d.data)
df = df.sort(['BibTeX','name1'], ascending = [0, 1])
CoolProp.copy_BibTeX_library()
with open('mixture_binary_pairs.csv','w') as fp:
fp.write('Ref.,Name1,Name2,function,F,xi,zeta,betaT,betaV,gammaT,gammaV\n')
for index, row in df.iterrows():