fee697bfabd627761acbb668dcba1252713d4378,niftynet/engine/image_window_buffer.py,InputBatchQueueRunner,close_all,#InputBatchQueueRunner#,197
Before Change
if not self._threads:
raise RuntimeError("the queue is not currently running")
try:
self._coordinator.request_stop()
self._coordinator.join(threads=self._threads,
stop_grace_period_secs=0)
After Change
if not self._threads:
tf.logging.warning("the queue threads is not currently running")
try:
self._coordinator.request_stop()
self._coordinator.join(threads=self._threads,
stop_grace_period_secs=0)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: NifTK/NiftyNet
Commit Name: fee697bfabd627761acbb668dcba1252713d4378
Time: 2017-08-30
Author: wenqi.li@ucl.ac.uk
File Name: niftynet/engine/image_window_buffer.py
Class Name: InputBatchQueueRunner
Method Name: close_all
Project Name: vatlab/SoS
Commit Name: e4cb223b3515e90278373b96ed077770118c37fe
Time: 2019-04-14
Author: ben.bog@gmail.com
File Name: src/sos/executor_utils.py
Class Name:
Method Name: prepare_env
Project Name: markovmodel/PyEMMA
Commit Name: 8763ba869ab915bde5edf70c61afb2b929e68c22
Time: 2019-07-01
Author: thempel@zedat.fu-berlin.de
File Name: pyemma/msm/estimators/_msm_estimator_base.py
Class Name: _MSMEstimator
Method Name: _get_dtraj_stats