f4999d0ee32742d680cc09b4898c13a4aaa8b9bf,neurodsp/plts/time_series.py,,plot_time_series,#Any#Any#Any#Any#Any#,17

Before Change



    ax = check_ax(ax, (15, 3))

    times = repeat(times) if isinstance(times, np.ndarray) else times
    sigs = [sigs] if isinstance(sigs, np.ndarray) else sigs

    if labels is not None:

After Change


        times = np.tile(times, (n_repeats, 1))

    // Make sigs iterable if 1D
    sigs = np.reshape(sigs, (1, -1)) if not isinstance(sigs, list) and sigs.ndim == 1 else sigs

    if labels is not None:
        labels = [labels] if not isinstance(labels, list) else labels
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: neurodsp-tools/neurodsp
Commit Name: f4999d0ee32742d680cc09b4898c13a4aaa8b9bf
Time: 2021-02-02
Author: ryan.hammonds@utexas.edu
File Name: neurodsp/plts/time_series.py
Class Name:
Method Name: plot_time_series


Project Name: SpiNNakerManchester/sPyNNaker
Commit Name: b3ffd9ba1cf867f70f77c3afb2576cbc952305c6
Time: 2017-12-18
Author: christian.brenninkmeijer@manchester.ac.uk
File Name: spynnaker/pyNN/models/common/spike_recorder.py
Class Name: SpikeRecorder
Method Name: get_spikes


Project Name: SpiNNakerManchester/sPyNNaker
Commit Name: 9c49ce21bfc6a287e6500c25e1dc68fc86a77d70
Time: 2017-12-27
Author: brenninc@cs.man.ac.uk
File Name: spynnaker/pyNN/models/common/spike_recorder.py
Class Name: SpikeRecorder
Method Name: get_spikes


Project Name: arraiy/torchgeometry
Commit Name: c22aeca69cbf8ede62648632f3226b9ffbe50893
Time: 2020-10-08
Author: daniel.koguciuk@gmail.com
File Name: kornia/geometry/homography.py
Class Name:
Method Name: find_homography_dlt