0230c39422548acc35f2df49e5a7f40c06a76ee3,tests/test_architectures.py,,test_shallow_CNN,#,45

Before Change


                                    ("Recall at 5% FDR", 9.5238095238095237),
                                    ("Recall at 10% FDR", 9.5238095238095237),
                                    ("Recall at 20% FDR", 9.5238095238095237),
                                    ("Num Positives", 21),
                                    ("Num Negatives", 19)]))

After Change




def test_shallow_CNN():
    run(use_deep_CNN=False, use_RNN=False, label="Shallow CNN",
        golden_results=golden_results_shallow_CNN)


def test_deep_CNN():
    run(use_deep_CNN=True, use_RNN=False, label="Deep CNN",
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 2

Instances


Project Name: kundajelab/dragonn
Commit Name: 0230c39422548acc35f2df49e5a7f40c06a76ee3
Time: 2017-04-24
Author: agitter@users.noreply.github.com
File Name: tests/test_architectures.py
Class Name:
Method Name: test_shallow_CNN


Project Name: kundajelab/dragonn
Commit Name: 0230c39422548acc35f2df49e5a7f40c06a76ee3
Time: 2017-04-24
Author: agitter@users.noreply.github.com
File Name: tests/test_architectures.py
Class Name:
Method Name: test_deep_CNN


Project Name: bokeh/bokeh
Commit Name: f466b3ee2facd1fa3fd47096f978ac622f8412ab
Time: 2020-03-20
Author: mattpap@gmail.com
File Name: tests/codebase/test_flake8.py
Class Name:
Method Name: test_flake8