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

Unit test issue #66

Closed broncio123 closed 2 years ago

broncio123 commented 2 years ago

I can confirm that unit testing is just not running on my machine (first screenshot).

image

However, the first time I installed ldds and ran the unit test it worked. That's how I obtained the output on display in the README file (second screenshot)

image

vkrajnak commented 2 years ago

python -m unittest only searches the current folder for test files, hence it should be run from within ldds/tests. Do tell if it works for you.

vkrajnak commented 2 years ago

Works