Skip to content

Commit 9331c3e

Browse files
committed
Explicitly set source_orientation in TDEM 1D forward
The `source_orientation` variable wasn't being used in the TDEM 1D forward notebook.
1 parent e4f0a97 commit 9331c3e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

notebooks/08-tdem/fwd_tdem_1d.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@
212212
" tdem.sources.CircularLoop(\n",
213213
" receiver_list=receiver_list,\n",
214214
" location=source_location,\n",
215+
" orientation=source_orientation,\n",
215216
" waveform=stepoff_waveform,\n",
216217
" current=source_current,\n",
217218
" radius=source_radius,\n",

0 commit comments

Comments
 (0)