jarmniku
jarmniku
I am not currently sure if my fix is the correct way to fix the issue. I am writing a solution that can automatically build up a single elevation map...
There was a pair of bugs in the Python code that in our case caused wrong signal loss computation results in a similar situation, i.e. a terrestrial transmitter antenna and...
Great! After a day of debugging with C-version, I found that first issue you mention. Changing the range from (1, 2) to (0, 2) gives finally similar result as the...
Also the first comparison is different in C-version. There is ">= 0" in C-code, whereas in that Python code it is "> 0".
There is now my pull request to fix these errors: https://github.com/edwardoughton/itmlogic/pull/73