19a85243c00f9baca673c1b05dd557a1c235a734,cellprofiler/modules/createbatchfiles.py,CreateBatchFiles,save_pipeline,#CreateBatchFiles#Any#Any#,231

Before Change


        state = image_set_list.save_state()
        state = zlib.compress(state)
        bizarro_self.revision.value = version
        bizarro_self.batch_state = np.array(state)
        if self.wants_default_output_directory:
            bizarro_self.custom_output_directory.value = \
                        self.alter_path(cpprefs.get_default_output_directory())
        bizarro_self.default_image_directory.value = \

After Change


                    self.alter_path(cpprefs.get_default_image_directory())
        bizarro_self.batch_mode.value = True
        pipeline.write_pipeline_measurement(m)
        del m

    def in_batch_mode(self):
        """Tell the system whether we are in batch mode on the cluster"""
        return self.batch_mode.value
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: CellProfiler/CellProfiler
Commit Name: 19a85243c00f9baca673c1b05dd557a1c235a734
Time: 2011-07-22
Author: leek@1fc53939-2000-0410-845c-e8453a809027
File Name: cellprofiler/modules/createbatchfiles.py
Class Name: CreateBatchFiles
Method Name: save_pipeline


Project Name: tgsmith61591/pmdarima
Commit Name: 43592f2145754e5aadd9c42b39568b1e73e61d4a
Time: 2018-08-13
Author: tgsmith61591@gmail.com
File Name: pyramid/arima/tests/test_arima.py
Class Name:
Method Name: test_oob_for_issue_29


Project Name: deepchem/deepchem
Commit Name: ed7782f0f59f1eef6453f47633fe9e15bda00f84
Time: 2017-03-23
Author: peter.eastman@gmail.com
File Name: deepchem/models/tensorflow_models/__init__.py
Class Name: TensorflowGraphModel
Method Name: fit