-
Milan Hokr reported a significant performance regression:
version 2.1.2 (620b6da), build by JB:
charon.nti.tul.cz/home/milanhokr/test/x01-prazskyflow/
1 proc, time: 445s
version 2.2.1, build b…
-
_Original ticket http://projects.scipy.org/scipy/ticket/1717 on 2012-08-04 by @rgommers, assigned to unknown._
Reported by several people at http://thread.gmane.org/gmane.comp.python.numeric.general/…
-
Since updating my Windows to the Fall creators update, I get the following error in REPL (using Windows Subsystem for Linux), when printing special objects to the screen.
Julia Version 0.6.0 (2017-…
-
There is a authority control&Information Disclosure vulnerability inThinkAdmin v4.0.
As admin,if you change your password,your cookie won't become invalid. And it won't become invalid until the end …
xzoya updated
5 years ago
-
- remove parameters of Application and ApplicationBase constructors
- remove call of run form ApplicationBase::init
- explicit call of run from main method
- implement Application::terminate -> c…
-
-
Charon has run into an issue where in the midst of a LOCA continuation run a preconditioner winds up throwing an exception. It would be ideal for this instance to be treated as a solve failure such t…
-
I'm getting a segmentation fault when computing the schur decomposition of a 0-dimensional matrix. That is supposed to fail, but it should not crash. I'm only getting this error if I import `rpy2` (py…
-
I _might_ be using the library incorrectly, but if not, then I may have found a limitation in the Schur decomposition algorithm on a 2x2 matrix. The decomposition as done in the following code leads t…
-
### Current implementation
Current implementation of locking is to wait until a subdiagonal element of the Hessenberg matrix becomes small, and then do a local schur decomposition of the left upper b…