TravelMapping / EduTools

Educational tools using TravelMapping data
3 stars 21 forks source link

HDX/AV: oneIteration seems to be obsolete #544

Open jteresco opened 1 year ago

jteresco commented 1 year ago

The oneIteration function is probably no longer relevant. With the "Run Options" speeds, similar efficiency gains to oneIteration's initial purpose are already there. This also likely makes the traceActions variable obsolete.

jteresco commented 1 year ago

An experiment: change the oneIteration call in the run mode case to oneAction, and then the traceActions check below is replaced with only a call to oneAction. Is this still reasonably efficient in the case of run modes?