Skip to content
Snippets Groups Projects
  1. Mar 01, 2024
  2. Dec 15, 2021
    • Lionel GUEZ's avatar
      Use a symbolic link · d16d3f1c
      Lionel GUEZ authored
      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`.
      d16d3f1c
Loading