Fixed various issues with imported code from CACTI, added CACTI as an option for analytical sim, added placeholder names in tech files for CACTI

This commit is contained in:
Hunter Nichols
2021-07-12 15:48:47 -07:00
parent 2c9f755a73
commit ebc91814e5
4 changed files with 40 additions and 36 deletions
+2
View File
@@ -636,6 +636,8 @@ class lib:
from .elmore import elmore as model
elif model_name_lc == "neural_network":
from .neural_network import neural_network as model
elif model_name_lc == "cacti":
from .cacti import cacti as model
else:
debug.error("{} model not recognized. See options.py for available models.".format(OPTS.model_name))