We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4eb059 commit 038f48dCopy full SHA for 038f48d
tests/TestGranger.py
@@ -71,8 +71,3 @@ def test_granger_lasso(self):
71
[0.1155, 0.1485, 0, 0.039, -0., 0.1085]])
72
self.assertEqual((np.round(coeff, 4) - coeff_truth).all(), 0)
73
74
-
75
-if __name__ == '__main__':
76
- test = TestGranger()
77
- test.test_granger_test()
78
- test.test_granger_lasso()
0 commit comments