Skip to content

Commit ce88441

Browse files
author
f.garciafossa
committed
connection pandas vs
1 parent f61eb3d commit ce88441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycytominer/cyto_utils/cells.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def load_image(self, image_table_name=None):
281281
image_table_name = self.image_table_name
282282

283283
image_query = f"select * from {image_table_name}"
284-
self.image_df = pd.read_sql(sql=image_query, con=self.conn)
284+
self.image_df = pd.read_sql(sql=image_query, con=self.conn.connection)
285285

286286
if self.add_image_features:
287287
self.image_features_df = extract_image_features(

0 commit comments

Comments
 (0)