NREL / celavi

Codebase for the Circular Economy Lifecycle Assessment and VIsualization (CELAVI) modeling framework.
https://nrel.github.io/celavi/
GNU General Public License v3.0
9 stars 7 forks source link

Issue with the Baseline MCiC-MC #179

Closed tjlca closed 1 year ago

tjlca commented 2 years ago

File "main.py", line 25, in Scenario(parser=PARSER) File "/lustre/eaglefs/projects/celavi/celavi/celavi/celavi/scenario.py", line 99, in init self.setup() File "/lustre/eaglefs/projects/celavi/celavi/celavi/celavi/scenario.py", line 248, in setup self.netw = CostGraph( File "/lustre/eaglefs/projects/celavi/celavi/celavi/celavi/costgraph.py", line 117, in init self.sc_begin = sc_begin + sc_in_circ TypeError: can only concatenate str (not "list") to str

tjlca commented 2 years ago

I am using the latest code with from the dev branch.

rjhanes commented 2 years ago

That's my bad, there were two MCiC-MC YAMLS in the various uncertainty YAML folders and one was out of date. There's now a separate baseline-run directory in the OneDrive with the correct YAML for a single baseline run. The non-uncertainty inputs are identical to the stochastic scenario so it should run without error. Go ahead and close the issue if it's executed successfully, otherwise update with the new error code & I'll revisit.

tjlca commented 2 years ago

https://nrel-my.sharepoint.com/:u:/r/personal/aeberle_nrel_gov/Documents/CELAVI%20LDRD%20Team%20Folder/uncertainty/baseline-run/baseline-MCiC-MC.yaml?csf=1&web=1&e=qD93Y0 Is this the one?

rjhanes commented 2 years ago

Yes, the one in the baseline-run directory is the correct one.