From 65801901e6d3325c8d1c82ab92334ca19ebd92d7 Mon Sep 17 00:00:00 2001 From: Mario Mulansky Date: Tue, 14 Oct 2014 17:49:23 +0200 Subject: changed isi distance profile to abs values --- examples/plot.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/plot.py') diff --git a/examples/plot.py b/examples/plot.py index da53670..4ac8f5d 100644 --- a/examples/plot.py +++ b/examples/plot.py @@ -29,8 +29,6 @@ plt.figure() plt.plot(x, np.abs(y), '--k') print("Average: %.8f" % f.avrg()) -print("Absolute average: %.8f" % f.abs_avrg()) - f = spk.spike_distance(spike_trains[0], spike_trains[1]) x, y = f.get_plottable_data() -- cgit v1.2.3