How to reset all the LIF variables

I am planning to use Nengo for processing images from the camera on-the-fly and for that, I need to reset all the neuron variables (i.e. spikes and membrane potential) and from what I inspect so far there is no reset method.
Is this correct? If so I will implement the reset method and make push request.
Bw
Pedro

Simulator.reset will reset all the simulation state (including membrane potentials).

Thank you @drasmuss.