Skip to content

Commit

Permalink
add test file
Browse files Browse the repository at this point in the history
  • Loading branch information
ByoungMooAnn committed Jun 16, 2018
1 parent d6b8b53 commit 0243fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pycqed/tests/analysis_v2/test_Two_state_T1_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
import os
from pycqed.analysis_v2 import measurement_analysis as ma
from pycqed.analysis_v2 import Two_state_T1_analysis as Ta


class Test_efT1_analysis(unittest.TestCase):

@classmethod
def setUpClass(self):
self.datadir = os.path.join(pq.__path__[0], 'tests', 'test_data')
ma.a_tools.datadir = self.datadir

def efT1_analysis_for_test(self):
def test_efT1_analysis(self):
Ta.efT1_analysis(
t_start='20180606_144110', auto=True, close_figs=False)
Binary file not shown.

0 comments on commit 0243fe4

Please sign in to comment.