mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Bump the minimum temperature just a bit to get consistency plots to all build; See #370
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user