460ada085158d9fe37981c4b6c9929c92b50a398,flow/core/kernel/simulation/aimsun.py,AimsunKernelSimulation,start_simulation,#AimsunKernelSimulation#Any#Any#,41
Before Change
aimsun_call = [aimsun_path, "-script", script_path]
// self.aimsun_proc = subprocess.Popen(aimsun_call)
return FlowAimsunAPI(port=sim_params.port)
def simulation_step(self):
See parent class.
self.kernel_api.simulation_step()
After Change
// start the aimsun process
aimsun_call = [aimsun_path, "-script", script_path]
self.aimsun_proc = subprocess.Popen(aimsun_call)
return None
// return FlowAimsunAPI(port=sim_params.port)
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances
Project Name: flow-project/flow
Commit Name: 460ada085158d9fe37981c4b6c9929c92b50a398
Time: 2018-12-28
Author: y.zeinali@gmail.com
File Name: flow/core/kernel/simulation/aimsun.py
Class Name: AimsunKernelSimulation
Method Name: start_simulation
Project Name: flow-project/flow
Commit Name: f2898f28ec613f3086759a38d25e82c16e8625e4
Time: 2018-12-28
Author: akreidieh@gmail.com
File Name: flow/core/kernel/simulation/aimsun.py
Class Name: AimsunKernelSimulation
Method Name: start_simulation
Project Name: studioml/studio
Commit Name: 55b19edff6268cc18ec1de0a1432444a27d225ff
Time: 2017-10-22
Author: peter.zhokhov@sentient.ai
File Name: studio/local_worker.py
Class Name:
Method Name: pip_install_packages
Project Name: IndicoDataSolutions/finetune
Commit Name: 29f42297a50a71acbdc469c4badd440d2ddfbf3a
Time: 2018-09-06
Author: madison@indico.io
File Name: finetune/config.py
Class Name:
Method Name: all_gpus