Skip to content
Snippets Groups Projects
Commit 89ae2f2b authored by Adam Paquette's avatar Adam Paquette
Browse files

Removed io_edr test and test file.

parent b608ab71
No related branches found
No related tags found
No related merge requests found
File deleted
......@@ -4,14 +4,14 @@ from plio.examples import get_path
from plio.io import io_edr
class Test_Tes_IO(unittest.TestCase):
# Need different test data or need to modify the current code
def setUp(self):
self.examplefile = get_path('cl5_398736801edr_f0030004ccam01014m1.dat')
#
# def test_open(self):
# ds = io_edr.EDR(self.examplefile)
if __name__ == '__main__':
unittest.main()
# class Test_Tes_IO(unittest.TestCase):
#
# # Need different test data or need to modify the current code
# def setUp(self):
# self.examplefile = get_path('cl5_398736801edr_f0030004ccam01014m1.dat')
# #
# def test_open(self):
# ds = io_edr.EDR(self.examplefile)
#
# if __name__ == '__main__':
# unittest.main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment