Skip to content

Commit

Permalink
fix the bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aypac committed Apr 11, 2018
1 parent c8b97b0 commit 803ae50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycqed/analysis_v2/base_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def save_fit_results(self):
except ValueError:
# If the analysis sub group already exists (each fr_key should be unique)
# Delete the old group and create a new group (overwrite).
del fr_group[fr_key]
del analysis_group[fr_key]
fr_group = analysis_group.create_group(fr_key)

# TODO: convert the params object to a simple dict
Expand Down

0 comments on commit 803ae50

Please sign in to comment.