Adding header comment to spk_to_pk.py and changing filename

This commit is contained in:
Joseph Lizier 2022-08-25 15:24:51 +10:00 committed by GitHub
parent bcefd900c4
commit a040cde6da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# This script converts CSV files of spike times (e.g. from the Wagenaar data set) into
# pickle files of spike times in the format that the net_inf.py script expects
import numpy as np
import pickle
import sys