Skip to content

Commit

Permalink
skip doctest for datasets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Mar 17, 2023
1 parent 36c653c commit 5751fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elephant/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def download_datasets(repo_path, filepath=None, checksum=None,
>>> import os
>>> from elephant.datasets import download_datasets
>>> os.environ["ELEPHANT_DATA_URL"] = "https://web.gin.g-node.org/NeuralEnsemble/elephant-data/raw/multitaper" # noqa
>>> download_datasets("unittest/spectral/multitaper_psd/data/time_series.npy")
>>> download_datasets("unittest/spectral/multitaper_psd/data/time_series.npy") # doctest: +SKIP
PosixPath('/tmp/elephant/time_series.npy')
"""

Expand Down

0 comments on commit 5751fb0

Please sign in to comment.