We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26afbdf + 2baa133 commit d1379a7Copy full SHA for d1379a7
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