From 36ab2452ec1e60a4fef2b116e9a6ca2e225c779a Mon Sep 17 00:00:00 2001 From: Nazia Aslam <147670433+nazia-ga@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:06:45 -0500 Subject: [PATCH] Update LiBr_enrtl_config_FpcTPupt.py Updated import statement for rENRTL --- .../med_ahp_with_refined_enrtl/LiBr_enrtl_config_FpcTPupt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/watertap_contrib/rENRTL/examples/flowsheets/med_ahp_with_refined_enrtl/LiBr_enrtl_config_FpcTPupt.py b/src/watertap_contrib/rENRTL/examples/flowsheets/med_ahp_with_refined_enrtl/LiBr_enrtl_config_FpcTPupt.py index adff23f..0bc6587 100644 --- a/src/watertap_contrib/rENRTL/examples/flowsheets/med_ahp_with_refined_enrtl/LiBr_enrtl_config_FpcTPupt.py +++ b/src/watertap_contrib/rENRTL/examples/flowsheets/med_ahp_with_refined_enrtl/LiBr_enrtl_config_FpcTPupt.py @@ -68,7 +68,7 @@ if refined_enrtl_method: # Import refined eNRTL method - from refined_enrtl import rENRTL + from watertap_contrib.rENRTL.examples.flowsheets.mvc_with_refined_enrtl.refined_enrtl import rENRTL # The hydration models supported by the refined eNRTL method are: # constant_hydration or stepwise_hydration.