Skip to content

Commit e3e6554

Browse files
author
stephanie
committed
Merge branch 'master' into odm2_master
2 parents be164d2 + dbf62ba commit e3e6554

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
@@ -123,7 +123,7 @@ def _dataframe2liststub(self, dataframe):
123123
result = None
124124
if isinstance(dataframe, pd.DataFrame):
125125
result = pd.DataFrame()
126-
126+
#TODO update function recieves a dataframe extract "datavalues" and "localdatetime" convert to dictionary call update function from memory database
127127

128128
## return dataframe
129129

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)