a1926f29e583ccd0d5dc0e70642128f0b4e0925e,oddt/pandas.py,,read_sdf,#,67

Before Change


             chunksize=1000,
             **kwargs):
    if chunksize:
        return _mol_chunk_reader(fmt="sdf",
                                 filepath_or_buffer=filepath_or_buffer,
                                 usecols=usecols,
                                 molecule_column=molecule_column,
                                 molecule_name=molecule_name,
                                 smiles_column=smiles_column,
                                 skip_bad_mols=skip_bad_mols,
                                 chunksize=chunksize,
                                 **kwargs)
    else:
        return _mol_reader(fmt="sdf",
                           filepath_or_buffer=filepath_or_buffer,
                           usecols=usecols,

After Change


    if chunksize:
        return result
    else:
        return next(result)


class ChemSeries(pd.Series):
    @property
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: oddt/oddt
Commit Name: a1926f29e583ccd0d5dc0e70642128f0b4e0925e
Time: 2016-12-19
Author: maciek@wojcikowski.pl
File Name: oddt/pandas.py
Class Name:
Method Name: read_sdf


Project Name: pgmpy/pgmpy
Commit Name: c9ed2af699941168beb762546d11715ebb27b931
Time: 2015-07-09
Author: mailme.abinashpanda@gmail.com
File Name: pgmpy/models/ClusterGraph.py
Class Name: ClusterGraph
Method Name: get_factors


Project Name: Rostlab/nalaf
Commit Name: a55a363a24b87f6b6fa6bdd62fd961190f120b8b
Time: 2017-02-19
Author: i@juanmi.rocks
File Name: nalaf/learning/lib/sklsvm.py
Class Name: SklSVM
Method Name: __convert_edges_features_to_vector_instances