Skip to content

Commit

Permalink
🩹📚 Fix changed import in docs
Browse files Browse the repository at this point in the history
glotaran.testing.sequential_spectral_decay -> glotaran.testing.simulated_data.sequential_spectral_decay
  • Loading branch information
s-weigand committed Jan 20, 2022
1 parent 05c1b5b commit af866cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"source": [
"from glotaran.io import load_dataset\n",
"from glotaran.io import save_dataset\n",
"from glotaran.testing.sequential_spectral_decay import DATASET as dataset"
"from glotaran.testing.simulated_data.sequential_spectral_decay import DATASET as dataset"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/source/notebooks/quickstart/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"metadata": {},
"outputs": [],
"source": [
"from glotaran.testing.sequential_spectral_decay import DATASET as dataset\n",
"from glotaran.testing.simulated_data.sequential_spectral_decay import DATASET as dataset\n",
"\n",
"dataset"
]
Expand Down

0 comments on commit af866cd

Please sign in to comment.