mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-09 11:34:26 +08:00
updated the notebook and minor bug fixes in utils
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import numpy as np
|
||||
from scipy import sparse as sp
|
||||
from utils import mkvc, ndgrid, sub2ind
|
||||
from matutils import mkvc, ndgrid, sub2ind
|
||||
from sputils import sdiag
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from scipy import sparse as sp
|
||||
from utils import mkvc
|
||||
from matutils import mkvc
|
||||
|
||||
|
||||
def sdiag(h):
|
||||
|
||||
Reference in New Issue
Block a user