mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-03 14:02:31 +08:00
Bug fix to solver. and Documentation.
This commit is contained in:
@@ -93,7 +93,7 @@ class Solver(object):
|
||||
:rtype: numpy.ndarray
|
||||
:return: x
|
||||
"""
|
||||
if backend is None: backend = DEFAULTS['scipy']
|
||||
if backend is None: backend = DEFAULTS['direct']
|
||||
|
||||
assert np.shape(self.A)[1] == np.shape(b)[0], 'Dimension mismatch'
|
||||
|
||||
|
||||
+524
-331
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user