Skip to content

Commit 83d6c40

Browse files
jtgrasbmichaelcdevin
authored andcommitted
Fix pioneer tutorial bug (define omega_data) (sandialabs#379)
1 parent 8386073 commit 83d6c40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/tutorial_4_Pioneer.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@
313313
"datafile = 'data/pioneer_empirical_data.nc'\n",
314314
"empirical_data = xr.load_dataset(datafile)\n",
315315
"\n",
316+
"omega_data = empirical_data.omega\n",
316317
"exc_coeff_data = empirical_data.exc_coeff_data_real + 1j*empirical_data.exc_coeff_data_imag\n",
317318
"Zi_data = empirical_data.Zi_data_real + 1j*empirical_data.Zi_data_imag\n",
318319
"Zi_stiffness = empirical_data.Zi_stiffness\n",

0 commit comments

Comments
 (0)