Skip to content

Commit

Permalink
fix tests spike train synchrony
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Apr 19, 2024
1 parent 247e951 commit 6b1e55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elephant/test/test_spike_train_synchrony.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def test_spike_contrast_with_Izhikevich_network_auto(self):
checksum = "70e848500c1d9c6403b66de8c741d849"
filepath_zip = download_datasets(repo_path=izhikevich_gin,
checksum=checksum)
unzip(filepath_zip)
unzip(filepath_zip, outdir=filepath_zip.parent)
filepath_json = filepath_zip.with_suffix(".json")
with open(filepath_json) as read_file:
data = json.load(read_file)
Expand Down

0 comments on commit 6b1e55f

Please sign in to comment.