Commit c86587c5 authored by Iker Martín Álvarez's avatar Iker Martín Álvarez
Browse files

WIP. The analyser is a huge monster to be converted into a python code...

parent 794bf5a3
...@@ -24,12 +24,12 @@ ...@@ -24,12 +24,12 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 18, "execution_count": 2,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"matrixMalEX=\"data_GG.csv\"\n", "matrixMalEX=\"dataG.csv\"\n",
"matrixMal=\"data_GM.csv\"\n", "matrixMal=\"dataM.csv\"\n",
"matrixIt=\"data_L.csv\"\n", "matrixIt=\"data_L.csv\"\n",
"matrixIt_Total=\"data_L_Total.csv\"\n", "matrixIt_Total=\"data_L_Total.csv\"\n",
"n_qty=6 #CAMBIAR SEGUN LA CANTIDAD DE NODOS USADOS\n", "n_qty=6 #CAMBIAR SEGUN LA CANTIDAD DE NODOS USADOS\n",
...@@ -3374,7 +3374,7 @@ ...@@ -3374,7 +3374,7 @@
], ],
"metadata": { "metadata": {
"kernelspec": { "kernelspec": {
"display_name": "Python 3", "display_name": "Python 3 (ipykernel)",
"language": "python", "language": "python",
"name": "python3" "name": "python3"
}, },
...@@ -3388,7 +3388,7 @@ ...@@ -3388,7 +3388,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.7.4" "version": "3.9.7"
} }
}, },
"nbformat": 4, "nbformat": 4,
This source diff could not be displayed because it is too large. You can view the blob instead.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment