2fedef89ec6a1d018d879b21b594634944472708,pynets/dmri/track.py,,track_ensemble,#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#,207

Before Change


                for s in roi_proximal_streamlines:
                    stream_counter = stream_counter + len(s)
                    streamlines.append(s)
                    if int(stream_counter) >= int(target_samples):
                        break
                    else:
                        continue

                // Cleanup memory
                del seeds, roi_proximal_streamlines, streamline_generator

            del dg

After Change


                                                                                       mode="any")]
                    print("%s%s" % ("Filtering by waymask proximity: ", len(roi_proximal_streamlines)))

                streamlines.extend([s for s in roi_proximal_streamlines])
                stream_counter = stream_counter + len([s for s in roi_proximal_streamlines])

                // Cleanup memory
                del seeds, roi_proximal_streamlines, streamline_generator
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: dPys/PyNets
Commit Name: 2fedef89ec6a1d018d879b21b594634944472708
Time: 2020-03-19
Author: dpisner@utexas.edu
File Name: pynets/dmri/track.py
Class Name:
Method Name: track_ensemble


Project Name: home-assistant/home-assistant
Commit Name: 2a210607d392cac85bb82dd576877ddb192c85c5
Time: 2018-08-16
Author: prokhorov.max@outlook.com
File Name: homeassistant/components/wemo.py
Class Name:
Method Name: setup


Project Name: jbms/beancount-import
Commit Name: e4d313478124e00a931ec40ab25643accad88641
Time: 2020-08-06
Author: dumbpyx@gmail.com
File Name: beancount_import/source/generic_importer_source.py
Class Name: ImporterSource
Method Name: prepare


Project Name: Featuretools/featuretools
Commit Name: 5e929e2d41b6cf2bd8c9fcab7361f5bf37de7a9d
Time: 2020-09-04
Author: roy.wedge@alteryx.com
File Name: featuretools/synthesis/encode_features.py
Class Name:
Method Name: encode_features