From f5cd2142fb1d82791f5ffbaeae46becb6d64c9c0 Mon Sep 17 00:00:00 2001 From: Nazia Aslam <147670433+nazia-ga@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:01:02 -0500 Subject: [PATCH] Update enrtl_config_FpcTP.py updated import statement for rENRTL --- .../flowsheets/med_with_refined_enrtl/enrtl_config_FpcTP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/watertap_contrib/rENRTL/examples/flowsheets/med_with_refined_enrtl/enrtl_config_FpcTP.py b/src/watertap_contrib/rENRTL/examples/flowsheets/med_with_refined_enrtl/enrtl_config_FpcTP.py index 66448bd..78a8e10 100644 --- a/src/watertap_contrib/rENRTL/examples/flowsheets/med_with_refined_enrtl/enrtl_config_FpcTP.py +++ b/src/watertap_contrib/rENRTL/examples/flowsheets/med_with_refined_enrtl/enrtl_config_FpcTP.py @@ -71,7 +71,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.