This commit is contained in:
Pedro Jose Romero Gombau 2025-03-31 11:48:48 +02:00
parent 0ac0e5c84d
commit d0ec526357
3 changed files with 4 additions and 5 deletions

View File

@ -24,8 +24,6 @@ if __name__ == '__main__':
while flag == False:
os.system('cls')
gc.generar_curva(offset, archivoCurvas)
for i in np.arange(len(E_obj)):

View File

@ -39,7 +39,7 @@ def generar_curva(offset, ruta):
f.write(f'BValue[{i+1}]={b[i]}\n')
f.write(f'HValue[{i+1}]={h[i]}\n')
print("Curva generada correctamente en: ", ruta)
def logica_offset(offset, error, errorObjetivo):
'''

View File

@ -2,3 +2,4 @@ numpy
pandas
openpyxl
ansys.motorcad.core
matplotlib