Skip to content

Commit

Permalink
Removed unittests for optimize, which is now in scipy, not aipy.
Browse files Browse the repository at this point in the history
  • Loading branch information
HERA-Observer committed Jun 15, 2018
1 parent 2266d28 commit 004e500
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 134 deletions.
2 changes: 0 additions & 2 deletions tests/aipy_test.py
Expand Up @@ -14,7 +14,6 @@
from . import coord_test
from . import deconv_test
from . import miriad_test
from . import optimize_test
from . import phs_test
from . import phs_benchmark
from . import scripting_test
Expand All @@ -34,7 +33,6 @@ def __init__(self):
self.addTest(coord_test.TestSuite())
self.addTest(deconv_test.TestSuite())
self.addTest(miriad_test.TestSuite())
self.addTest(optimize_test.TestSuite())
self.addTest(phs_test.TestSuite())
self.addTest(phs_benchmark.TestSuite())
self.addTest(scripting_test.TestSuite())
Expand Down
132 changes: 0 additions & 132 deletions tests/optimize_test.py

This file was deleted.

0 comments on commit 004e500

Please sign in to comment.