Skip to content
Snippets Groups Projects
Commit d16d3f1c authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Use a symbolic link

Use a symbolic link instead of appending to `sys.path`. THe motivation
is that in the Python interpreter, the following statements failed
before the present commit:

```python
import sys
sys.path.append("/path/to/Detection_eddies/Inst_eddies/Analysis")
import plot_eddy_contours
```

`sys.path[0]` then does not contain
`/path/to/Detection_eddies/Inst_eddies/Analysis` so
`plot_eddy_contours` could not find `util_eddies`.
parent 055c0755
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment