4a824b21360ec3661e186b05c728f06583703365,pmdarima/arima/_auto_solvers.py,_StepwiseFitWrapper,step_through,#_StepwiseFitWrapper#,155

Before Change


            // break loop if execution time exceeds the timeout threshold
            dur = (datetime.now() - start_time).total_seconds()
            if self.max_dur and dur > self.max_dur:
                warnings.warn("early termination of stepwise search due to "
                              "max_dur threshold")
                break

        // check if the search has been ended after max_steps
        if self.exec_context.max_steps is not None \

After Change


            if self.max_dur and dur > self.max_dur:
                warnings.warn("early termination of stepwise search due to "
                              "max_dur threshold (%.3f > %.3f)"
                              % (dur, self.max_dur))
                break

            // Each of these fit the models for an expression, a new p,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: tgsmith61591/pmdarima
Commit Name: 4a824b21360ec3661e186b05c728f06583703365
Time: 2019-11-18
Author: tgsmith61591@gmail.com
File Name: pmdarima/arima/_auto_solvers.py
Class Name: _StepwiseFitWrapper
Method Name: step_through


Project Name: r9y9/pysptk
Commit Name: 7de36c835b8203208721293b05af65196efb52a8
Time: 2015-09-07
Author: zryuichi@gmail.com
File Name: tests/test_mgcep.py
Class Name:
Method Name: test_fftcep


Project Name: senarvi/theanolm
Commit Name: c15d91b235b77b177377ea382bdf9d4149e52ca5
Time: 2015-09-20
Author: seppo.git@marjaniemi.com
File Name: theanolm/src/rnnlm.py
Class Name: RNNLM
Method Name: load_params


Project Name: r9y9/pysptk
Commit Name: 646372a453a599e5d40f26facc258f925f7f6827
Time: 2018-09-22
Author: zryuichi@gmail.com
File Name: tests/test_synthesis.py
Class Name:
Method Name: test_LSPDF