b2524d1001b8d4be8d00e7e75d0df6a5a5175ec2,lingpy/convert/strings.py,,write_nexus,#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#,404

Before Change


            if previous != concept:
                previous = concept
                if beast: matrix[i] += ["0"]
            matrix[i] += ["1"] if etd[cogid][i] else ["0"] if concept not in \
                    missing_[t] else [missing]

    // character indices

After Change


    if tpath.exists:
        _template = util.read_text_file(tpath.as_posix())
    else:  // pragma: no cover
        raise IOError("Unknown template %s" % template)

    // check that `ref` is a valid column
    if ref not in wordlist._alias:
        raise KeyError("Unknown _ref_ column in wordlist "%s"" % ref)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: lingpy/lingpy
Commit Name: b2524d1001b8d4be8d00e7e75d0df6a5a5175ec2
Time: 2017-11-06
Author: simon@simon.net.nz
File Name: lingpy/convert/strings.py
Class Name:
Method Name: write_nexus


Project Name: snipsco/snips-nlu
Commit Name: 75df2742635b09f97e8d7ec9396750aa17046567
Time: 2017-03-24
Author: tristan.deleu@gmail.com
File Name: snips_nlu/intent_parser/builtin_intent_parser.py
Class Name: BuiltinIntentParser
Method Name: get_entities


Project Name: nipy/dipy
Commit Name: 189930e2d068316795604e9cc5315528f21c3b25
Time: 2017-10-09
Author: garyfallidis@gmail.com
File Name: dipy/io/peaks.py
Class Name:
Method Name: load_peaks