WyLyu / UPOsHam

UPOsHam is a Python package for computing unstable periodic orbits in two degrees of freedom Hamiltonian systems
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Allow to run with no user input #14

Closed dpsanders closed 4 years ago

dpsanders commented 5 years ago

When I run

run run_diffcorr_POfam_coupled.py

I apparently need to close each figure to allow the script to proceed. (Running on MacOS if this is relevant.)

Firstly this fact should be documented, and second an option should be provided allowing the calculations to proceed without interactive figures, perhaps storing the figures somewhere instead.

dpsanders commented 5 years ago

Part of JOSS review @ https://github.com/openjournals/joss-reviews/issues/1684

Shibabrat commented 4 years ago

I've tested this issue after the PR #34 merge from the command line. The generated figures are being saved in the ./tests/plots directory. @dpsanders can you kindly double-check this and close this issue.