qpscatt.pointsolution crashes when # pts > 1e4
Closed this issue · 1 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
Run showsolution with a qpscatt problem, with >1e4 points.
Whenever problem.pointsolution decides to use blocking (Timo's code),
something interacts badly with qpscatt, and it crashes.
What is the expected output? What do you see instead?
Crash. Expect plot.
Original issue reported on code.google.com by alex.h.b...@gmail.com
on 1 Jul 2010 at 7:39
GoogleCodeExporter commented
Fixed. Was that Timo's depth-1 recursive call to pointsolution needed to be
explicitly sent to pointsolution@problem (otherwise it somehow, and this isn't
quite clear to me, called the qpscatt version again, but with the superclass
problem object).
Original comment by alex.h.b...@gmail.com
on 11 Mar 2011 at 10:42
- Changed state: Fixed