We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c06d0d commit 7fee5adCopy full SHA for 7fee5ad
elephant/test/test_statistics.py
@@ -1095,7 +1095,6 @@ def test_time_histogram_regression_648_single_spiketrain(self):
1095
1096
# Run time_histogram with spiketrain directly and observe the incorrect result
1097
histogram_direct = statistics.time_histogram(spiketrain, output='rate', bin_size=0.5 * pq.s)
1098
- print("Histogram (direct):", histogram_direct)
1099
1100
# Wrap spiketrain in a list and run time_histogram
1101
histogram_wrapped = statistics.time_histogram([spiketrain], output='rate', bin_size=0.5 * pq.s)
0 commit comments