mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-11 03:02:29 +08:00
Mixins work differently than I thought, this fixes the DCProblem code.
This commit is contained in:
@@ -7,7 +7,7 @@ import numpy as np
|
||||
import scipy.sparse as sp
|
||||
import scipy.sparse.linalg as linalg
|
||||
|
||||
class DCProblem(Problem, ModelTransforms.LogModel):
|
||||
class DCProblem(ModelTransforms.LogModel, Problem):
|
||||
"""
|
||||
**DCProblem**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user