mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-13 17:45:30 +08:00
Merge branch 'develop' of https://github.com/simpeg/simpeg into develop
This commit is contained in:
+1
-1
@@ -156,7 +156,7 @@ class Solver(object):
|
||||
if len(b.shape) == 1 or b.shape[1] == 1:
|
||||
# Just one RHS
|
||||
if factorize:
|
||||
return self.dsolve(b)
|
||||
return self.dsolve(b.flatten())
|
||||
else:
|
||||
return linalg.dsolve.spsolve(self.A, b)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user