Skip to content

inputArray #2

Description

@sanjanacheerla

def g(peaks, freq, times):
inputArray = []
for i in range(len(peaks)):
for j in range(len(peaks[0])):
if peaks[i,j]:
inputArray.append((freq[i], times[j]))
return inputArray

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions