Skip to content
Snippets Groups Projects
Commit fdab9108 authored by Jan Petermann's avatar Jan Petermann
Browse files

rename test for conversion.db

parent d477f08d
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import numpy as np
from openqlab.conversion import db
class TestModematching(unittest.TestCase):
class TestDB(unittest.TestCase):
def test_db_to_lin(self):
self.assertAlmostEqual(db.to_lin(20), 100)
self.assertAlmostEqual(db.to_lin(100), 1e10)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment