From 66aa9f00e335ebe90774211052be3f749498f972 Mon Sep 17 00:00:00 2001 From: Bas des Tombe Date: Mon, 14 Aug 2023 18:05:55 +0200 Subject: [PATCH] Revert accidental double implementation of sections.setter --- src/dtscalibration/datastore.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/dtscalibration/datastore.py b/src/dtscalibration/datastore.py index 0d81b2ce..f2ac8215 100644 --- a/src/dtscalibration/datastore.py +++ b/src/dtscalibration/datastore.py @@ -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