We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61eb3d commit ce88441Copy full SHA for ce88441
pycytominer/cyto_utils/cells.py
@@ -281,7 +281,7 @@ def load_image(self, image_table_name=None):
281
image_table_name = self.image_table_name
282
283
image_query = f"select * from {image_table_name}"
284
- self.image_df = pd.read_sql(sql=image_query, con=self.conn)
+ self.image_df = pd.read_sql(sql=image_query, con=self.conn.connection)
285
286
if self.add_image_features:
287
self.image_features_df = extract_image_features(
0 commit comments