5baf2540e6d2dcdfb246f197c697b9c0bb021295,hyperspy/component.py,Component,__call__,#Component#,1005

Before Change


        -------
        numpy array
        
        return self.model.__call__(component_list=[self])

    def _component2plot(self, axes_manager, out_of_range2nans=True):
        old_axes_manager = None

After Change


        -------
        numpy array
        
        axis = self.model.axis.axis[self.model.channel_switches]
        component_array = self.function(axis)
        return component_array

    def _component2plot(self, axes_manager, out_of_range2nans=True):
        old_axes_manager = None
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: hyperspy/hyperspy
Commit Name: 5baf2540e6d2dcdfb246f197c697b9c0bb021295
Time: 2018-04-12
Author: eric.prestat@gmail.com
File Name: hyperspy/component.py
Class Name: Component
Method Name: __call__


Project Name: raghakot/keras-vis
Commit Name: 1cfa7fe6827b8e83ddd92d5d822277f6b7a77c39
Time: 2016-12-12
Author: ragha@outlook.com
File Name: optimizer.py
Class Name: Optimizer
Method Name: __init__


Project Name: Theano/Theano
Commit Name: 186056b878a0a9dd576b684106fb4ddaa4af246c
Time: 2017-01-30
Author: gvtulder@gmail.com
File Name: theano/gpuarray/tests/test_dnn.py
Class Name:
Method Name: test_dnn_batchnorm_train_without_running_averages