I'm doing a sensitivity analysis changing the value of parameters 50 times. I'm working with a python code connected with openlca through olca. However I have this error:
ConnectionError: ('Connection aborted.', ConnectionResetError(10054, "Connessione in corso interrotta forzatamente dall'host remoto", None, 10054, None))
Why I have this error and how can I solve it?
Thanks