Closed brunoeducsantos closed 5 years ago
Hi @jagodki , In order to work the following direct probability computation,
if self.points_on_network == -1: self.direction_probability = None
must be assigned after, self.direction_probability = p_intermediate
self.direction_probability = p_intermediate
Do you agree?
Regards, Bruno
What a mistake I did, than you very much for finding solving it 😸 I will create a new version with some other improvements related to the direction probability as fast as possible.
Hi @jagodki , In order to work the following direct probability computation,
must be assigned after,
self.direction_probability = p_intermediate
Do you agree?
Regards, Bruno