CityScope / CS_Proxymix

ABM framework to study spatial configuration and human behaviour at the building scale
10 stars 7 forks source link

Cannot run CUCS/Lab #137

Closed agrignard closed 4 years ago

agrignard commented 4 years ago

It seems that the queing is producing some side effects on other site (it shoudl if queuing s set to false) with "UDG/CUCS_Campus"

4 occurrences in 4 agents at cycle 0: Java error: nil value detected
in queue <- queue.geometries with_min_of distance_to(each,pt);
NullPointerException: null
when applying the geometries operator on null
in queue <- queue.geometries with_min_of distance_to(each,pt);
in loop w over: ws  {
    queue <- queue - w;
    queue <- queue.geometries with_min_of distance_to(each,pt);
}

in if not(empty(ws))  {
    loop w over: ws  {
        queue <- queue - w;
        queue <- queue.geometries with_min_of distance_to(each,pt);
    }

}
agrignard commented 4 years ago

just for infrmation this is not a pre defined Episode but it could be useful to run it on this site also