Skip to content

Commit

Permalink
Update Test_MED_AHP_eNRTL.py
Browse files Browse the repository at this point in the history
Updated name of file that is imported
  • Loading branch information
nazia-ga authored Dec 19, 2024
1 parent aecd9ac commit ece7b0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
import LiBr_enrtl_config_FpcTPupt

# from Tri_MED_AHP_eNRTL import *
module = __import__("3MED_AHP_eNRTL")
module = __import__("threeeffect_med_ahp_eNRTL")

# Access the functions from the module
populate_enrtl_state_vars_single = module.populate_enrtl_state_vars_single
Expand Down

0 comments on commit ece7b0e

Please sign in to comment.