Specifically, only_built, parcel_filter, residential_to_yearly, forms_to_test, pass_through, and simple_zoning seem to be missing from the class method. SqFtProForma.get_defaults() appears to be fully specified, so just making sure there's parity between these two functions should do the trick.
Good catch. I'll get to this tomorrow. Since these are optional parameters, we need to make sure we handle cases where any or all of these parameters are missing from the YAML config.
Specifically,
only_built
,parcel_filter
,residential_to_yearly
,forms_to_test
,pass_through
, andsimple_zoning
seem to be missing from the class method. SqFtProForma.get_defaults() appears to be fully specified, so just making sure there's parity between these two functions should do the trick.