champsproject / ldds

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

Discrete_potential #42

Closed vkrajnak closed 3 years ago

vkrajnak commented 3 years ago

As demonstrated in the notebook, fit_surface returns a fitted surface and it works well. It is not the prettiest implementation, so every suggestion is welcome.

broncio123 commented 3 years ago

Hey, @vkrajnak I have a few suggestions for the Examples NB:

I make these suggestions in the spirit that the Examples NB must be exclusive to show users how to use the various methods on the package, it shouldn't contain testing lines.

Also, some alternative variable names for readability

I still need to test for boundary effects on the output of the spline functions if taking a value far away from the domain. I'll do that in another comment later on.

broncio123 commented 3 years ago

As demonstrated in the notebook, fit_surface returns a fitted surface and it works well. It is not the prettiest implementation, so every suggestion is welcome.

See comments, please :)

vkrajnak commented 3 years ago

Done. Any more suggestions?

broncio123 commented 3 years ago

Done. Any more suggestions?

Hi @vkrajnak everything fine. I just made a few minor modifications. Please go ahead with the pull-request.

vkrajnak commented 3 years ago

@broncio123 I'll need your help here

broncio123 commented 3 years ago

@broncio123 I'll need your help here

Sure, I can help with this one.

vkrajnak commented 3 years ago

Thank you very much!