champsproject / ldds

Python package for computing and visualizing Lagrangian Descriptors in Dynamical Systems
BSD 3-Clause "New" or "Revised" License
17 stars 2 forks source link

Use of relative paths for saving and reading discretised potential data #56

Closed broncio123 closed 3 years ago

broncio123 commented 3 years ago

tutorial-7.ipynb in folder tutorials (branch with same name) cannot execute generate_pes_data since the directory name to save data files is specified as relative

dirname = 'ldds/pes_files'

There's a similar issue when fit_pes is passed filename as an argument.

broncio123 commented 3 years ago

A similar issue is found for generate_vector_field_data and fit_vector_field

broncio123 commented 3 years ago

Issue will be fixed for both ‘fit_pes’ and ‘fit_vector_field’ once Tutorials branch gets merged into develop.