Skip to content

Commit

Permalink
Remove metadata updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
poojanilangekar committed Jun 9, 2023
1 parent fa9f27a commit 6f7e7fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions metrics/notebooks/clusterPlots.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -33,7 +33,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -43,7 +43,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -60,13 +60,13 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# --- Cluster metrics extraction --- #\n",
"cluster_metrics = get_cluster_metrics(CLUSTER_TYPE, EXP_DATA, CLUSTER_NAME)\n",
"cluster_metrics.fetch_metrics()"
"cluster_metrics.fetch_metrics()\n"
]
},
{
Expand Down

0 comments on commit 6f7e7fa

Please sign in to comment.