Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aypac committed May 14, 2018
1 parent 24a0611 commit f2b7db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycqed/analysis_v2/quantum_efficiency_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ def process_data(self):
self.proc_data_dict['phase'] = self.raw_data_dict['phase'][mask]

def run_fitting(self):
#todo: this is not the way the v2 analysis is intended. Move to prepare_fitting
self.fit_res = OrderedDict()
self.fit_dicts['coherence_fit'] = OrderedDict()
coherence = self.proc_data_dict['coherence']
Expand Down

0 comments on commit f2b7db6

Please sign in to comment.