|
84 | 84 | "from simpeg.electromagnetics.static import induced_polarization as ip\n", |
85 | 85 | "from simpeg.electromagnetics.static.utils.static_utils import (\n", |
86 | 86 | " plot_pseudosection,\n", |
87 | | - " generate_survey_from_abmn_locations,\n", |
88 | | - " apparent_resistivity_from_voltage,\n", |
89 | | - " geometric_factor,\n", |
90 | 87 | ")\n", |
91 | 88 | "from simpeg.utils.io_utils.io_utils_electromagnetics import read_dcip2d_ubc\n", |
92 | 89 | "from simpeg.utils import download, model_builder\n", |
93 | 90 | "from simpeg import (\n", |
94 | 91 | " maps,\n", |
95 | | - " data,\n", |
96 | 92 | " data_misfit,\n", |
97 | 93 | " regularization,\n", |
98 | 94 | " optimization,\n", |
|
103 | 99 | "\n", |
104 | 100 | "# discretize functionality\n", |
105 | 101 | "from discretize import TreeMesh\n", |
106 | | - "from discretize.utils import mkvc, active_from_xyz\n", |
| 102 | + "from discretize.utils import active_from_xyz\n", |
107 | 103 | "\n", |
108 | 104 | "# Basic Python functionality\n", |
109 | 105 | "import os\n", |
110 | 106 | "import numpy as np\n", |
111 | 107 | "import matplotlib as mpl\n", |
112 | 108 | "import matplotlib.pyplot as plt\n", |
113 | 109 | "from matplotlib.colors import Normalize, LogNorm\n", |
114 | | - "from scipy.interpolate import LinearNDInterpolator\n", |
115 | 110 | "import tarfile\n", |
116 | 111 | "\n", |
117 | 112 | "mpl.rcParams.update({\"font.size\": 14}) # default font size\n", |
|
0 commit comments