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 aaeb1d8 commit cf70577Copy full SHA for cf70577
notebooks/pathomics/slide_microscopy_metadata_search.ipynb
@@ -2809,7 +2809,7 @@
2809
{
2810
"cell_type": "code",
2811
"source": [
2812
- "print(f'Attributes in sm_index: \\n{idc_client.index.dtypes}\\n')"
+ "print(f'Attributes in index: \\n{idc_client.index.dtypes}\\n')"
2813
],
2814
"metadata": {
2815
"colab": {
@@ -2824,7 +2824,7 @@
2824
"output_type": "stream",
2825
"name": "stdout",
2826
"text": [
2827
- "Attributes in sm_index: \n",
+ "Attributes in index: \n",
2828
"collection_id object\n",
2829
"analysis_result_id object\n",
2830
"PatientID object\n",
@@ -3909,4 +3909,4 @@
3909
}
3910
3911
]
3912
-}
+}
0 commit comments