mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-09 14:08:08 -05:00
Modify slightly a test to make it more reasonable
This commit is contained in:
@@ -2444,7 +2444,7 @@ TEST_CASE("Github issue #2491", "[2491]") {
|
||||
TEST_CASE("Github issue #2608", "[2608]") {
|
||||
std::shared_ptr<CoolProp::AbstractState> AS(AbstractState::factory("HEOS", "CO2"));
|
||||
double pc = AS->p_critical();
|
||||
CHECK_NOTHROW(AS->update(CoolProp::PT_INPUTS, 73.8e5, 218.048));
|
||||
CHECK_NOTHROW(AS->update(CoolProp::PT_INPUTS, 73.8e5, 218.050));
|
||||
SECTION("Without phase") {
|
||||
AS->unspecify_phase();
|
||||
CHECK_NOTHROW(AS->update(CoolProp::PSmass_INPUTS, 73.8e5, 1840.68));
|
||||
|
||||
Reference in New Issue
Block a user