Skip to content

Commit

Permalink
Merge pull request #145 from equinor/update-neqsimlib
Browse files Browse the repository at this point in the history
Update thermoTools.py
  • Loading branch information
EvenSol authored May 22, 2022
2 parents bfdc7ab + f67a18b commit f2f6c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neqsim/thermo/thermoTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def swellingtest(fluid, fluid2, temperature, cummulativeMolePercentGasInjected,
def printFrame(system):
system.createTable("")
print(pandas.DataFrame(system.createTable("")
).to_string(header=False, index=False))
).to_markdown(index=False))


def printFluid(system):
Expand Down

0 comments on commit f2f6c29

Please sign in to comment.