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

Develop tests #45

Closed Shibabrat closed 3 years ago

Shibabrat commented 3 years ago

Implementation of qualitative and quantitative tests of invariant manifolds identified by the LD contour maps

vkrajnak commented 3 years ago

How does one use the notebooks for tests? They seem to require loading data from folders that do not exist, NSQH from ../data/ and SQH from ../src/

Shibabrat commented 3 years ago

These paths for loading data (either stored under the test directory or to be generated by the user) generated using this software. The paths currently in the notebooks are for the data used in the Naik et al., CNSNS 2019 paper. So the paths need to be changed for running tests.

vkrajnak commented 3 years ago

Alright, thanks