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

Merge branch '71-tests-for-conversion-db' into develop

parents 8179369c fdab9108
Branches
Tags
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