Skip to content

Commit 7adc632

Browse files
author
stephanie
committed
remove random print statement
1 parent a95ac65 commit 7adc632

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

odmtools/controller/logicEditTools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def _dataframe2liststub(self, dataframe):
126126
result = None
127127
if isinstance(dataframe, pd.DataFrame):
128128
result = pd.DataFrame()
129-
129+
#TODO update function recieves a dataframe extract "datavalues" and "localdatetime" convert to dictionary call update function from memory database
130130

131131
## return dataframe
132132

odmtools/odmservices/edit_service.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ def duplicate_value_filter(self):
271271
#self.filtered_dataframe= df[df.index.get_duplicates()]
272272
self.filtered_dataframe= df[df.index.isin(df.index.get_duplicates())]
273273
#self.filtered_dataframe = df[df['DataValue'] < value]
274-
print "dup value worked"
275274

276275

277276
def select_points_tf(self, tf_list):
@@ -411,7 +410,6 @@ def interpolate(self):
411410

412411
def drift_correction(self, gap_width):
413412

414-
415413
if self.isOneGroup():
416414
tmp_filter_list =self.get_filtered_points()
417415
startdate =tmp_filter_list.index[0]

0 commit comments

Comments
 (0)