Changeset 3311 for trunk/urbansim/estimation/estimation_runner.py
- Timestamp:
- 05/08/08 15:52:52 (3 months ago)
- Files:
-
- 1 modified
-
trunk/urbansim/estimation/estimation_runner.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/urbansim/estimation/estimation_runner.py
r3303 r3311 93 93 specification_dict=None 94 94 if self.xml_configuration is not None: 95 specification_dict = self. self.xml_configuration.get_estimation_specification(self.estimated_model)95 specification_dict = self.xml_configuration.get_estimation_specification(self.estimated_model) 96 96 Estimator.reestimate(self, self.specification_module, specification_dict=specification_dict, type=self.model_group, submodels=submodels) 97 97
