Exemple #1
0
 def execute(self):
     result = EmploymentLocationChoiceModelConfigurationCreator.execute(self)
     result['import'] = {
             'psrc_parcel.models.%s' % self._model_name: 'EmploymentLocationChoiceModelByGeography'
             }
     result['init']['name'] = 'EmploymentLocationChoiceModelByGeography'
     result["init"]["arguments"]["geography_dataset"] = 'zone'
     return result
 def execute(self):
     conf = USELCMCC.execute(self)
     conf['import'] = {
         'washtenaw.models.%s' % self._model_name:
         'RegionalEmploymentLocationChoiceModel'
     }
     conf['init']['name'] = 'RegionalEmploymentLocationChoiceModel'
     return conf
 def execute(self):
     conf = USELCMCC.execute(self)
     conf['import'] = {'washtenaw.models.%s' % self._model_name: 'RegionalEmploymentLocationChoiceModel'}
     conf['init']['name'] = 'RegionalEmploymentLocationChoiceModel'
     return conf