Skip negative voxels that can occur with swish activation function.
The code was checking for voxels with no energy, which was the minimum energy using ReLU activation function. Using swish some voxels can have negative energies which should not be simulated.