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

Hyperbolic Secant Not Included in Numpy #57

Closed VikJGG closed 3 years ago

VikJGG commented 3 years ago

When calling the forcing function, the hyperbolic secant is not recognized because it is not in the numpy library. It should be manually defined or imported through the mpmath library that includes it.

https://mpmath.org/doc/current/index.html

vkrajnak commented 3 years ago

Fixed with 1/cosh