From db1e0817bc37a45a7aad5f553902b4d1bdcc82a1 Mon Sep 17 00:00:00 2001
From: Oscar Suescun Elizalde <osuescuneli@unav.es>
Date: Wed, 26 Mar 2025 12:23:29 +0100
Subject: [PATCH] Ajustes

---
 ensayos_motor.py        |  8 --------
 resultados_ensayos.json | 23 -----------------------
 2 files changed, 31 deletions(-)
 delete mode 100644 resultados_ensayos.json

diff --git a/ensayos_motor.py b/ensayos_motor.py
index e7391a3..05ba5c2 100644
--- a/ensayos_motor.py
+++ b/ensayos_motor.py
@@ -149,14 +149,6 @@ if __name__ == '__main__':
 
         ax.plot3D(I, fCarga, E, label = material)
 
-        if material == 'PLACOND':
-            datos = {
-                'E' : E.tolist(),
-                'I' : I.tolist(),
-                'f' : fCarga.tolist()
-            }
-            with open('resultados_ensayos.json', 'w') as f: json.dump(datos, f, indent=4)
-
     ax.set_xlabel('Corriente [A]')
     ax.set_ylabel('Frecuencia [Hz]')
     ax.set_zlabel('Tension [V]')
diff --git a/resultados_ensayos.json b/resultados_ensayos.json
deleted file mode 100644
index 743bd45..0000000
--- a/resultados_ensayos.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-    "E": [
-        175.66197827609287,
-        160.81787128674983,
-        145.4009250653107,
-        104.3877062608225,
-        95.01237852797996
-    ],
-    "I": [
-        2.085,
-        1.87,
-        1.635,
-        0.965,
-        0.79
-    ],
-    "f": [
-        138.9,
-        139.6,
-        140.6,
-        144.3,
-        145.3
-    ]
-}
\ No newline at end of file