You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In metaurban/component/pgblock/ramp.py, the code try to use Parameter.extension_length. However, this attribute is not defined in the Parameter class. To fix it, change Parameter.extension_length to Parameter.length.