Skip to content

Commit 7fee5ad

Browse files
Update elephant/test/test_statistics.py
1 parent 9c06d0d commit 7fee5ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

elephant/test/test_statistics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,6 @@ def test_time_histogram_regression_648_single_spiketrain(self):
10951095

10961096
# Run time_histogram with spiketrain directly and observe the incorrect result
10971097
histogram_direct = statistics.time_histogram(spiketrain, output='rate', bin_size=0.5 * pq.s)
1098-
print("Histogram (direct):", histogram_direct)
10991098

11001099
# Wrap spiketrain in a list and run time_histogram
11011100
histogram_wrapped = statistics.time_histogram([spiketrain], output='rate', bin_size=0.5 * pq.s)

0 commit comments

Comments
 (0)