Skip to content

Commit

Permalink
update imports in ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Jan 7, 2025
1 parent 8eb8a24 commit eaea779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/synthetic_data_processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1908,9 +1908,9 @@
"metadata": {},
"outputs": [],
"source": [
"from aurora.pipelines.fourier_coefficients import add_fcs_to_mth5\n",
"from aurora.pipelines.fourier_coefficients import fc_decimations_creator\n",
"from aurora.pipelines.fourier_coefficients import read_back_fcs"
"from mth5.timeseries.spectre.helpers import add_fcs_to_mth5\n",
"from mth5.timeseries.spectre.helpers import fc_decimations_creator\n",
"from mth5.timeseries.spectre.helpers import read_back_fcs"
]
},
{
Expand Down

0 comments on commit eaea779

Please sign in to comment.