Skip to content

Commit

Permalink
test file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ByoungMooAnn committed Jun 16, 2018
1 parent b671d67 commit 448d321
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pycqed/tests/analysis_v2/test_Two_state_T1_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def setUpClass(self):
ma.a_tools.datadir = self.datadir

def test_efT1_analysis(self):
Ta.efT1_analysis(
b = Ta.efT1_analysis(
t_start='20180606_144110', auto=True, close_figs=False)
self.fit_res['fit_res_P0'].params['tau1'].value
t1 = b.fit_res['fit_res_P0'].params['tau1'].value
self.assertAlmostEqual(t1*1e6, 33.393, places=1)

0 comments on commit 448d321

Please sign in to comment.