Skip to content

Commit ef57228

Browse files
committed
remove print
1 parent fff97cb commit ef57228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thermo/eos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ def set_from_PT(self, Vs, only_l=False, only_g=False):
13031303
self.phase = "l/g"
13041304
else:
13051305
# Even in the case of three real roots, it is still the min/max that make sense
1306-
print([self.T, self.P, b, self.delta, self.epsilon, self.a_alpha, "coordinates of failure"])
1306+
# print([self.T, self.P, b, self.delta, self.epsilon, self.a_alpha, "coordinates of failure"])
13071307
if self.multicomponent:
13081308
extra = f", zs is {self.zs}"
13091309
else:

0 commit comments

Comments
 (0)