aerospaceresearch / orbitdeterminator

determination of satellite orbits and more
MIT License
181 stars 113 forks source link

fixed links to libs #206

Closed hornig closed 3 years ago

hornig commented 3 years ago

wrong paths to some links fixed.

when called with python3.7 64bit windows10, it failed. the paths lead to places where there those python files were not. now they run. shoul dbe tested.

hornig commented 3 years ago

Worked so far.

`C:\Python37\Scripts>pytest -q c:\Users\station\Documents\orbitdeterminator\orbitdeterminator\tests\ .......................... [100%] ================================================== warnings summary =================================================== ..\lib\site-packages\win32\lib\pywintypes.py:2 c:\python37\lib\site-packages\win32\lib\pywintypes.py:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp, sys, os

-- Docs: https://docs.pytest.org/en/stable/warnings.html 26 passed, 1 warning in 1.92s

C:\Python37\Scripts>`

hornig commented 3 years ago

@nileshchat and @Alexandros23Kazantzidis , I will close the PR now by merging it.