Hi, I have a question about [this line of code](https://github.com/coxevan/skonverter/blob/master/methods.py#L380). Why do you need to test if the value is not 0 then you add it? Is it for performance consideration? Thank you!
Hi,
I have a question about this line of code. Why do you need to test if the value is not 0 then you add it? Is it for performance consideration?
Thank you!