Skip to content

Commit ed4aa92

Browse files
committed
fix filepath
1 parent 3477716 commit ed4aa92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/Dfs2 - Various types.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@
599599
}
600600
],
601601
"source": [
602-
"fn = \"../tests/testdata/dir_wave_analysis_spectra.dfs2\"\n",
602+
"fn = \"../tests/testdata/spectra/dir_wave_analysis_spectra.dfs2\"\n",
603603
"dfs = mikeio.open(fn, type=\"spectral\")\n",
604604
"da = dfs.read()[0]\n",
605605
"da"

0 commit comments

Comments
 (0)