1ntell1gentDB
1ntell1gentDB
Hi Benjamin, Thanks for the clarifications, SRTM is our primary terrain dataset as well, if it already includes clutter, then there is no need to modify height_map_data function in order...
Thanks, Ben, I pulled the 'p.1812' branch for testing as per your suggestions but i encountered some errors during testing. I used the following command for testing it: 'python setup.py...
Yes, i did follow all the installation instructions, I am not using the default compiler/clang, I have installed gcc-7. Please see attached the output of gcc -v [gcc_version.txt](https://github.com/bwinkel/pycraf/files/2140231/gcc_version.txt)
Thanks, the command I am using to test is from your manual specifying testing of specific sub-package installed from the source... https://bwinkel.github.io/pycraf/install.html
Ok, agree, I am also trying to test the same on a Windows machine but it seems the 'setup.py' is missing from the pycraf folder:-)
via git on a console
with OSX I am still getting this import error: **ImportError: dlopen(/private/var/folders/f8/17vc30jn3619r5wtm_1m549h0000gn/T/pycraf-test-f386qsc9/lib/python3.6/site-packages/pycraf/pathprof/cyprop.cpython-36m-darwin.so, 2): Symbol not found: _GOMP_parallel** On Windows machine now it runs test then stop and complains about missing astropy...
I see, its true that I am running it on Python 3.6.5, let me try to change the environment to Python 3.5 or below bit not Python 2.7 it doesn't...
The tests on Windows machine went very well after installing VSC, please see the attached text file: [tests.txt](https://github.com/bwinkel/pycraf/files/2141684/tests.txt)
Hi Ben, I did managed to test propagation losses using the 'pathprof' module example from here: https://bwinkel.github.io/pycraf/pathprof/index.html#module-pycraf.pathprof My inputs are in the following file: [ppropg.txt](https://github.com/bwinkel/pycraf/files/2145900/ppropg.txt) The results are in the...