Ticket #24 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

problem with the fuction pairwise_cc_zero()

Reported by: voges Assigned to: pierre
Priority: major Milestone: 0.1
Component: signals Version: trunk
Keywords: Cc:

Description

Using the function pairwise_cc_zero(args) with the argument pairs=integer gives an index_error (in NeuroTools.signals).

Change History

10/29/08 22:08:29 changed by pierre

  • status changed from new to assigned.
  • owner changed from nvoges to pierre.

Could you attached the file that raised your error message (if not too big) ? I'm wondering where the error come from, and since the integration with pyNN is not perfect yet, I'm wondering if the error could not be due to the header of your file

11/08/08 13:28:17 changed by pierre

  • status changed from assigned to closed.
  • resolution set to fixed.

It was, as suggested, and index error :-). Should be fixed. Nevertheless, I need to have a look, because maybe that when people will ask N random pairs, if N is the number of the population, then it may return the pairs (i,i)...