Fix1
This commit is contained in:
parent
0ac0e5c84d
commit
d0ec526357
@ -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)):
|
||||
|
@ -38,8 +38,8 @@ def generar_curva(offset, ruta):
|
||||
for i in np.arange(len(h)):
|
||||
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):
|
||||
'''
|
||||
|
@ -1,4 +1,5 @@
|
||||
numpy
|
||||
pandas
|
||||
openpyxl
|
||||
ansys.motorcad.core
|
||||
ansys.motorcad.core
|
||||
matplotlib
|
Loading…
Reference in New Issue
Block a user