13e98791b246c024a184a9d2ebf03c8985be2f6f,skbio/maths/stats/distance/tests/test_base.py,CategoricalStatsTests,test_call,#CategoricalStatsTests#,71

Before Change



    def test_call(self):
        with self.assertRaises(NotImplementedError):
            _ = self.categorical_stats()

    def test_call_invalid_permutations(self):
        with self.assertRaises(ValueError):
            _ = self.categorical_stats(-1)

After Change



    def test_call(self):
        with self.assertRaises(NotImplementedError):
            self.categorical_stats()

    def test_call_invalid_permutations(self):
        with self.assertRaises(ValueError):
            self.categorical_stats(-1)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: biocore/scikit-bio
Commit Name: 13e98791b246c024a184a9d2ebf03c8985be2f6f
Time: 2014-05-07
Author: jai.rideout@gmail.com
File Name: skbio/maths/stats/distance/tests/test_base.py
Class Name: CategoricalStatsTests
Method Name: test_call


Project Name: biocore/scikit-bio
Commit Name: 13e98791b246c024a184a9d2ebf03c8985be2f6f
Time: 2014-05-07
Author: jai.rideout@gmail.com
File Name: skbio/maths/stats/distance/tests/test_base.py
Class Name: CategoricalStatsTests
Method Name: test_call_invalid_permutations


Project Name: biocore/scikit-bio
Commit Name: 3a1eb421e538d56db4e30b65c38d6221e066aa78
Time: 2014-05-11
Author: mcdonadt@colorado.edu
File Name: skbio/maths/stats/distance/tests/test_base.py
Class Name: CategoricalStatsTests
Method Name: test_call


Project Name: biocore/scikit-bio
Commit Name: 3a1eb421e538d56db4e30b65c38d6221e066aa78
Time: 2014-05-11
Author: mcdonadt@colorado.edu
File Name: skbio/maths/stats/distance/tests/test_base.py
Class Name: CategoricalStatsTests
Method Name: test_call_invalid_permutations