5497ef65228a48e6d7f89616f9dc683b34458bb9,pysb/kappa.py,,run_simulation,#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#,66

Before Change


    // Generate the Kappa model code from the PySB model and write it to
    // the Kappa file:
    with open(kappa_filename, "w") as kappa_file:
        kappa_file.write(gen.get_content())
        // If desired, add instructions to the kappa file to generate the
        // flux map:
        if flux_map:

After Change


    // Generate the Kappa model code from the PySB model and write it to
    // the Kappa file:
    with open(kappa_filename, "w") as kappa_file:
        file_data = gen.get_content()
        // If desired, add instructions to the kappa file to generate the
        // flux map:
        if flux_map:
            file_data += "%%mod: [true] do $DIN "%s" [true];\n" % fm_filename
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 3

Instances


Project Name: pysb/pysb
Commit Name: 5497ef65228a48e6d7f89616f9dc683b34458bb9
Time: 2018-05-30
Author: code@alexlubbock.com
File Name: pysb/kappa.py
Class Name:
Method Name: run_simulation


Project Name: samuelclay/NewsBlur
Commit Name: 534609cc203be2296bcb2382bfce340a3393200b
Time: 2016-02-18
Author: samuel@ofbrooklyn.com
File Name: apps/newsletters/models.py
Class Name: EmailNewsletter
Method Name: receive_newsletter


Project Name: pysb/pysb
Commit Name: 5497ef65228a48e6d7f89616f9dc683b34458bb9
Time: 2018-05-30
Author: code@alexlubbock.com
File Name: pysb/kappa.py
Class Name:
Method Name: run_static_analysis


Project Name: pysb/pysb
Commit Name: 242b37fab5f5286cc3a874ac2a2eb89f617d2e37
Time: 2013-03-11
Author: bachmanjohn@gmail.com
File Name: pysb/exporters/bngl.py
Class Name: ExportBngl
Method Name: export


Project Name: pysb/pysb
Commit Name: 242b37fab5f5286cc3a874ac2a2eb89f617d2e37
Time: 2013-03-11
Author: bachmanjohn@gmail.com
File Name: pysb/exporters/kappa.py
Class Name: ExportKappa
Method Name: export