You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the problem spawn from recursive call (impact method) on lib/procedo/procedure.rb line 581:
def impact(casting, global, updater)
proc = Procedo::CompiledProcedure[self.name].new(casting, global, updater)
before = proc.casting
proc.impact!
after = proc.casting
return after
end
A SystemStackError occurred in interventions#compute:
stack level too deep
Request:
5D%5Bpopulation%5D=1.0923&casting%5Bfertilizer_to_spread%5D%5Bvariant%5D=64&casting%5Bland_parcel%5D%5Bhandlers%5D%5Bshape%5D%5Bvalue%5D=&casting%5Bland_parcel%5D%5Bdestinations%5D%5Bshape%5D=SRID%3D4326%3BMULTIPOLYGON(((-0.799408468861303+45.8221947720092%2C-0.799409559168468+45.8231890080697%2C-0.799373735999767+45.824370160413%2C-0.799301056840473+45.8255780849449%2C-0.79868023959716+45.8257665779858%2C-0.798187637256358+45.8259247523024%2C-0.797858753791279+45.8255915064993%2C-0.797390389085661+45.8250372362923%2C-0.796966414157368+45.8243826810047%2C-0.79671165786824+45.8239760508794%2C-0.796376616547566+45.8235346624313%2C-0.796317359400788+45.8234011644644%2C-0.796355544346896+45.8229327958196%2C-0.796475731854272+45.822374568956%2C-0.79662101001673+45.8223655012482%2C-0.796794778862086+45.8223610172283%2C-0.798156564398045+45.8222652958513%2C-0.799200469160481+45.822207862946%2C-0.799408468861303+45.8221947720092)))&casting%5Bland_parcel%5D%5Bdestinations%5D%5Bpopulation%5D=
7.4716&casting%5Bland_parcel%5D%5Bactor%5D=65&casting%5Bfertilizer%5D%5Bactor%5D=223&casting%5Bspreader%5D%5Bactor%5D=175&casting%5Bdriver%5D%5Bactor%5D=207&casting%5Btractor%5D%5Bactor%5D=167
5661 45.8250372362923,-0.796966414157368 45.8243826810047,-0.79671165786824 45.8239760508794,-0.796376616547566 45.8235346624313,-0.796317359400788 45.8234011644644,-0.796355544346896 45.8229327958196,-0.796475731854272 45.822374568956,-0.79662101001673 45.8223655012482,-0.796794778862086 45.8223610172283,-0.798156564398045 45.8222652958513,-0.799200469160481 45.822207862946,-0.799408468861303 45.8221947720092)))", "population"=>"7.4716"}, "actor"=>"65"}, "fertilizer"=>{"actor"=>"223"}, "spreader"=>{"actor"=>"175"}, "driver"=>{"actor"=>"207"}, "tractor"=>{"actor"=>"167"}}, "controller"=>"backend/interventions", "action"=>"compute", "format"=>"json"}
The text was updated successfully, but these errors were encountered: