fa6068188e88bfeb702daea08cd899705188581f,lingpy/convert/plot.py,,alm2html,#Any#Any#Any#Any#Any#Any#,74

Before Change



    // create the outfile
    if not filename:
        filename = "lingpy-{0}".format(_timestamp())
    
    // read in the templates
    path = os.path.dirname(os.path.realpath(__file__))
    html_path = os.path.join(path, "templates", "alm2html.html")

After Change



    // create the outfile
    if not filename:
        filename = rcParams["filename"]
    
    // read in the templates
    path = os.path.dirname(os.path.realpath(__file__))
    html_path = os.path.join(path, "templates", "alm2html.html")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: lingpy/lingpy
Commit Name: fa6068188e88bfeb702daea08cd899705188581f
Time: 2013-08-27
Author: mattis.list@posteo.de
File Name: lingpy/convert/plot.py
Class Name:
Method Name: alm2html


Project Name: lingpy/lingpy
Commit Name: fa6068188e88bfeb702daea08cd899705188581f
Time: 2013-08-27
Author: mattis.list@posteo.de
File Name: lingpy/convert/plot.py
Class Name:
Method Name: patchy_alm2html


Project Name: lingpy/lingpy
Commit Name: 58ab225e313cde281696aca8bdfaff26695d879a
Time: 2013-07-17
Author: mattis.list@posteo.de
File Name: lingpy/convert/plot.py
Class Name:
Method Name: msa2html