/projects/urbansim/third-party/lib/python2.5/site-packages/numpy-1.2.1-py2.5-linux-i686.egg/numpy/lib/arraysetops.py:131: UserWarning: The order of the output arguments for `return_index` has changed. Before, the output was (indices, unique_arr), but has now been reversed to be more consistent. warnings.warn("The order of the output arguments for " Traceback (most recent call last): File "/projects/urbansim10/urbbuild/cruisecontrol/sandbox/opus_integration/source/urbansim/model_coordinators/model_system.py", line 85, in <module> log_file_name = log_file_name) File "/projects/urbansim10/urbbuild/cruisecontrol/sandbox/opus_integration/source/opus_core/model_coordinators/model_system.py", line 579, in __init__ model_system.run(resources, write_datasets_to_cache_at_end_of_year=write_datasets_to_cache_at_end_of_year, log_file_name=log_file_name) File "/projects/urbansim10/urbbuild/cruisecontrol/sandbox/opus_integration/source/opus_core/model_coordinators/model_system.py", line 125, in run write_datasets_to_cache_at_end_of_year=write_datasets_to_cache_at_end_of_year) File "/projects/urbansim10/urbbuild/cruisecontrol/sandbox/opus_integration/source/opus_core/model_coordinators/model_system.py", line 269, in _run_year self.vardict[outputvar] = self.do_process(locals()) File "/projects/urbansim10/urbbuild/cruisecontrol/sandbox/opus_integration/source/opus_core/model_coordinators/model_system.py", line 350, in do_process return eval(ev) File "<string>", line 1, in <module> File "/projects/urbansim10/urbbuild/cruisecontrol/sandbox/opus_integration/source/opus_core/model.py", line 39, in logged_run_method results = run_method(*req_args, **opt_args) File "/projects/urbansim10/urbbuild/cruisecontrol/sandbox/opus_integration/source/opus_core/configurable.py", line 28, in config_run_method results = run_method(*req_args, **opt_args) File "/projects/urbansim10/urbbuild/cruisecontrol/sandbox/opus_integration/source/urbansim/models/development_project_location_choice_model.py", line 51, in run LocationChoiceModel.run(self, *args, **kargs) File "/projects/urbansim10/urbbuild/cruisecontrol/sandbox/opus_integration/source/urbansim/models/location_choice_model.py", line 121, in run debuglevel=debuglevel) File "/projects/urbansim10/urbbuild/cruisecontrol/sandbox/opus_integration/source/opus_core/choice_model.py", line 158, in run specification=specification, coefficients=coefficients) File "/projects/urbansim10/urbbuild/cruisecontrol/sandbox/opus_integration/source/opus_core/chunk_model.py", line 68, in run dataset, **kwargs).astype(result_array_type) File "/projects/urbansim10/urbbuild/cruisecontrol/sandbox/opus_integration/source/urbansim/models/location_choice_model.py", line 142, in run_chunk choices = ChoiceModel.run_chunk(self, agents_index, agent_set, specification, coefficients) File "/projects/urbansim10/urbbuild/cruisecontrol/sandbox/opus_integration/source/opus_core/choice_model.py", line 177, in run_chunk self.create_interaction_datasets(agent_set, agents_index, self.run_config, submodels=submodels) File "/projects/urbansim10/urbbuild/cruisecontrol/sandbox/opus_integration/source/urbansim/models/location_choice_model.py", line 282, in create_interaction_datasets nchunks=nchunks, chunksize=chunksize) File "/projects/urbansim10/urbbuild/cruisecontrol/sandbox/opus_integration/source/opus_core/choice_model.py", line 474, in sample_alternatives_by_chunk dataset_pool=self.dataset_pool File "/projects/urbansim10/urbbuild/cruisecontrol/sandbox/opus_integration/source/opus_core/configurable.py", line 28, in config_run_method results = run_method(*req_args, **opt_args) File "/projects/urbansim10/urbbuild/cruisecontrol/sandbox/opus_integration/source/opus_core/samplers/weighted_sampler.py", line 104, in run raise ValueError, err_msg ValueError: weight array size doesn't match to size of dataset2 or its index
|