We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65c5f3 commit 6ad97f0Copy full SHA for 6ad97f0
rmgpy/tools/canteramodel.py
@@ -126,7 +126,7 @@ def __repr__(self):
126
string += 'mol_frac={0}, '.format(self.mol_frac.__repr__())
127
if self.T0: string += 'T0={}, '.format(self.T0.__repr__())
128
if self.P0: string += 'P0={}, '.format(self.P0.__repr__())
129
- if self.V0: string += 'V0={}, '.format(self.V0__repr__())
+ if self.V0: string += 'V0={}, '.format(self.V0.__repr__())
130
string = string[:-2] + ')'
131
return string
132
0 commit comments