Following warning is displayed when running the `tests/validation/test_coveragecalculator_GridCoverage_with_STK.py` script. ``` RuntimeWarning: invalid value encountered in true_divide percentDiff = (val1 - val2) / ((val1 + val2)/2) ```