Skip to content

Commit

Permalink
fix filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmariegaard committed Sep 20, 2024
1 parent 3477716 commit ed4aa92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/Dfs2 - Various types.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
}
],
"source": [
"fn = \"../tests/testdata/dir_wave_analysis_spectra.dfs2\"\n",
"fn = \"../tests/testdata/spectra/dir_wave_analysis_spectra.dfs2\"\n",
"dfs = mikeio.open(fn, type=\"spectral\")\n",
"da = dfs.read()[0]\n",
"da"
Expand Down

0 comments on commit ed4aa92

Please sign in to comment.