Skip to content

Commit

Permalink
Revert accidental double implementation of sections.setter
Browse files Browse the repository at this point in the history
  • Loading branch information
bdestombe committed Aug 14, 2023
1 parent 07270e3 commit 66aa9f0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/dtscalibration/datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,6 @@ def sections(self, value):
"ds.dts.calibrate_single_ended() or ds.dts.calibrate_double_ended()."
raise NotImplementedError(msg)

@sections.setter
def sections(self, value):
msg = "Not possible anymore. Instead, pass the sections as an argument to \n" \
"ds.dts.calibrate_single_ended() or ds.dts.calibrate_double_ended()."
raise NotImplementedError(msg)

def check_reference_section_values(self):
"""
Checks if the values of the used sections are of the right datatype
Expand Down

0 comments on commit 66aa9f0

Please sign in to comment.