Skip to content

Commit 7ec6fb3

Browse files
committed
Update 06-ip in notebooks and markdown files
1 parent d42e1fb commit 7ec6fb3

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

notebooks/induced-polarization/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Schematic illustrating the physics of the DC/IP method ([image source](https://e
1212

1313
## Tutorial Notebooks
1414

15-
[2.5D Forward Simulation](06-ip/fwd_ip_2d) $({\color{orange}Intermediate}$, ${\color{green}Lightweight})$
15+
[2.5D Forward Simulation](induced-polarization/fwd_ip_2d) $({\color{orange}Intermediate}$, ${\color{green}Lightweight})$
1616
<br />
1717

18-
[3D Forward Simulation](06-ip/fwd_ip_3d) $({\color{orange}Intermediate}$, ${\color{orange}Moderate})$
18+
[3D Forward Simulation](induced-polarization/fwd_ip_3d) $({\color{orange}Intermediate}$, ${\color{orange}Moderate})$
1919
<br />
2020

21-
[2.5D Inversion](06-ip/inv_ip_2d) $({\color{orange}Intermediate}$, ${\color{green}Lightweight})$
21+
[2.5D Inversion](induced-polarization/inv_ip_2d) $({\color{orange}Intermediate}$, ${\color{green}Lightweight})$
2222
<br />
2323

24-
[3D Inversion](06-ip/inv_ip_3d) $({\color{orange}Intermediate}$, ${\color{orange}Moderate})$
25-
<br />
24+
[3D Inversion](induced-polarization/inv_ip_3d) $({\color{orange}Intermediate}$, ${\color{orange}Moderate})$
25+
<br />

notebooks/induced-polarization/inv_ip_2d.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,22 +138,22 @@
138138
"name": "stdout",
139139
"output_type": "stream",
140140
"text": [
141-
"overwriting /home/ssoler/git/user-tutorials/notebooks/06-ip/inv_ip_2d_files.tar.gz\n",
142-
"Downloading https://github.com/simpeg/user-tutorials/raw/main/assets/06-ip/inv_ip_2d_files.tar.gz\n"
141+
"overwriting /home/ssoler/git/user-tutorials/notebooks/induced-polarization/inv_ip_2d_files.tar.gz\n",
142+
"Downloading https://github.com/simpeg/user-tutorials/raw/main/assets/induced-polarization/inv_ip_2d_files.tar.gz\n"
143143
]
144144
},
145145
{
146146
"name": "stdout",
147147
"output_type": "stream",
148148
"text": [
149-
" saved to: /home/ssoler/git/user-tutorials/notebooks/06-ip/inv_ip_2d_files.tar.gz\n",
149+
" saved to: /home/ssoler/git/user-tutorials/notebooks/induced-polarization/inv_ip_2d_files.tar.gz\n",
150150
"Download completed!\n"
151151
]
152152
}
153153
],
154154
"source": [
155155
"# URL to download from repository assets\n",
156-
"data_source = \"https://github.com/simpeg/user-tutorials/raw/main/assets/06-ip/inv_ip_2d_files.tar.gz\"\n",
156+
"data_source = \"https://github.com/simpeg/user-tutorials/raw/main/assets/induced-polarization/inv_ip_2d_files.tar.gz\"\n",
157157
"\n",
158158
"# download the data\n",
159159
"downloaded_data = download(data_source, overwrite=True)\n",

notebooks/induced-polarization/inv_ip_3d.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,22 +148,22 @@
148148
"name": "stdout",
149149
"output_type": "stream",
150150
"text": [
151-
"overwriting /home/ssoler/git/user-tutorials/notebooks/06-ip/inv_ip_3d_files.tar.gz\n",
152-
"Downloading https://github.com/simpeg/user-tutorials/raw/main/assets/06-ip/inv_ip_3d_files.tar.gz\n"
151+
"overwriting /home/ssoler/git/user-tutorials/notebooks/induced-polarization/inv_ip_3d_files.tar.gz\n",
152+
"Downloading https://github.com/simpeg/user-tutorials/raw/main/assets/induced-polarization/inv_ip_3d_files.tar.gz\n"
153153
]
154154
},
155155
{
156156
"name": "stdout",
157157
"output_type": "stream",
158158
"text": [
159-
" saved to: /home/ssoler/git/user-tutorials/notebooks/06-ip/inv_ip_3d_files.tar.gz\n",
159+
" saved to: /home/ssoler/git/user-tutorials/notebooks/induced-polarization/inv_ip_3d_files.tar.gz\n",
160160
"Download completed!\n"
161161
]
162162
}
163163
],
164164
"source": [
165165
"# URL to download from repository assets\n",
166-
"data_source = \"https://github.com/simpeg/user-tutorials/raw/main/assets/06-ip/inv_ip_3d_files.tar.gz\"\n",
166+
"data_source = \"https://github.com/simpeg/user-tutorials/raw/main/assets/induced-polarization/inv_ip_3d_files.tar.gz\"\n",
167167
"\n",
168168
"# download the data\n",
169169
"downloaded_data = download(data_source, overwrite=True)\n",

0 commit comments

Comments
 (0)