Keck-DataReductionPipelines / KCWI_DRP

KCWI python DRP
BSD 3-Clause "New" or "Revised" License
10 stars 14 forks source link

Bokeh Session does not close itself #63

Open MNBrod opened 3 years ago

MNBrod commented 3 years ago

As outlined in this documentation, bokeh client sessions need to be closed manually unless they are opened using a context manager (i.e. using with open, which we aren't). Failing to close the session relies on python to figure out when to kill the process, which is both unlikely to happen and unreliable.