File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 9999
100100# mypy
101101.mypy_cache /
102+
103+ logs
104+ .idea /
Original file line number Diff line number Diff line change 1+ language : python
2+ python :
3+ - " 3.5"
4+ script :
5+ - pytest
Original file line number Diff line number Diff line change 1+ import numpy as np
12import tensorflow as tf
3+
24from methods .selection import fisher
3- import numpy as np
45
56
6- class FisherSelectionTest (tf .test .TestCase ):
7+ class TestFisherSelection (tf .test .TestCase ):
78
89 def testFisherCorrectScore (self ):
910 with self .test_session () as test_session :
Original file line number Diff line number Diff line change 33import numpy as np
44
55
6- class PearsonTest (tf .test .TestCase ):
6+ class TestPearson (tf .test .TestCase ):
77
88 def testPearsonCoefficientValueForTwoVectors (self ):
99 with self .test_session () as test_session :
You can’t perform that action at this time.
0 commit comments