I have a model that is using Get Field Value to return some number values from 2 fields in a feature class. It then passes those values into a Calculate Value tool that does some math to produce another number. I just ran into a scenario where one of the values in one of the fields was 0 and my model failed. After digging into it, I see that Model Builder is treating the zero as FALSE, and not doing any processing after that.
I have the data type set to Double in Get Field Value, though it's still happening. Am I just stuck here or is there any way to get model builder to treat a zero like an actual number?