Ok. I missed a process which still contained zero values. I can calculate the product system now! However, before changing my entire model architecture to avoid zero values, I am wondering what the go-to solution is in my case. I want to model animal feed rations and use the same processes for different farms. Some feed 20% of crop A, 50% of crop B and 30% of crop C. Others feed 0% A, 50% B and 50 % C, you get the idea. I thought I'd parameterize the model so every time I calculate a new farm I only have to change some input parameters rather than adding and deleting processes over and over again. Is there no way of doing this and dealing with zero values in openLCA? As a workaround I could use very small values instead of zero but it feels somewhat clumsy...