markovmodel / msmtools

Tools for estimating and analyzing Markov state models
GNU Lesser General Public License v3.0
40 stars 27 forks source link

implement SIGINT/Ctrl-C handler in reversible estimator #16

Closed fabian-paul closed 9 years ago

fabian-paul commented 9 years ago

It would be nice if the reversible estimator could be stopped in an Ipython notebook by clicking Kernel->Interrupt. It seems that one needs to implement a handler in the C extension for this to work.

marscher commented 9 years ago

writing a signal handler is a no brainer, in case you just want to forcefully terminate the function execution.

fabian-paul commented 9 years ago

Ok, then thank you for nothing! ;-)

fabian-paul commented 9 years ago

Why can't I assign myself to the issue here on github?

marscher commented 9 years ago

good questions.