Bump the minimum temperature just a bit to get consistency plots to all build; See #370

This commit is contained in:
Ian Bell
2014-12-31 12:31:27 -05:00
parent 6dd8399436
commit 5de4f77d58

View File

@@ -285,7 +285,7 @@ class ConsistencyAxis(object):
else:
T0 = Tmin+1.1
for T in np.linspace(T0, state.keyed_output(CP.iT_max), 40):
for T in np.linspace(T0+1e-5, state.keyed_output(CP.iT_max), 40):
state_PT = CP.AbstractState('HEOS', self.fluid)
try: