PrincetonUniversity / Iseult

Python plotting program for Tristan-MP
https://princetonuniversity.github.io/Iseult/
GNU General Public License v3.0
7 stars 7 forks source link

Fix missing imports and over long `sleep` when using `-b` option #7

Closed bcaddy closed 4 months ago

bcaddy commented 4 months ago

The code that handled running Iseult when the -b flag was used was missing two imports and had a sleep statement that slept for ~83 hours instead of the intended 5 minutes. I fixed both those issues and added a warning that the -b option is rarely used and might not be functioning as intended.