SwolfPy-Project / swolfpy

SwolfPy is a free, multi-platform, Python-based, open-source, SWM LCA optimization framework with built-in parametric and Monte Carlo sensitivity and uncertainty analysis capabilities.
https://swolfpy-project.github.io/
GNU General Public License v2.0
24 stars 6 forks source link

KeyError: 'input_type' #12

Closed lauriaco closed 1 year ago

lauriaco commented 1 year ago

Hi, I was trying to follow along with the case study example ([https://github.com/SwolfPy-Project/CaseStudy-JIE2021/blob/main/Base%20Case/Base_Case.ipynb]) to try and better understand the model and am encountering a KeyError when trying to create the project - full .md export attached.

Could you help me understand what/why this error is being thrown and how I can fix it? Thank you!

CaseStudySwolfpy_20230822.md

( @msm-sardar )

lauriaco commented 1 year ago

PDF export attached here: CaseStudySwolfpy_20230822.pdf

msm-sardar commented 1 year ago

You have a typo! input_tpye -> input_type

image