mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-01 11:10:27 +08:00
fixed imports
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
from scipy.constants import mu_0
|
||||
from SimPEG.Utils.matutils import kron3, speye, sdiag
|
||||
import matplotlib.pyplot as plt
|
||||
from SimPEG import *
|
||||
import numpy as np
|
||||
import scipy.sparse as sp
|
||||
from SimPEG.Utils import kron3, speye, sdiag
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
def spheremodel(mesh, x0, y0, z0, r):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user