anowacki / GeographicLib.jl

Compute geodesics on an ellipsoid, in Julia
Other
14 stars 3 forks source link

Add an environment for the separate test script #5

Open anowacki opened 1 year ago

anowacki commented 1 year ago

The tests which are controlled by a script in script/ previously relied on having somehow activated an environment with PyCall before running the script. Fix that so activating (and if needed instantiating) the environment can be done.

Also update the hard-coded path to libproj in GLWrapper.jl.