Changeset 3311

Show
Ignore:
Timestamp:
05/08/08 15:52:52 (2 months ago)
Author:
hana
Message:

(hana) a typo corrected

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/urbansim/estimation/estimation_runner.py

    r3303 r3311  
    9393        specification_dict=None 
    9494        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) 
    9696        Estimator.reestimate(self, self.specification_module, specification_dict=specification_dict, type=self.model_group, submodels=submodels) 
    9797