I have a question that I found while playing with the DWSIM Python API. I found that when I comment the following line the code is much faster (like 5s to 2.5s to converge the sheet), is it recommended to do so ? What kind of information can we have from that line ?
errors = b.CalculateFlowsheet2(flowsheet)
The results are the same with and without.
Thank you in advance and have a good day,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I have a question that I found while playing with the DWSIM Python API. I found that when I comment the following line the code is much faster (like 5s to 2.5s to converge the sheet), is it recommended to do so ? What kind of information can we have from that line ?
errors = b.CalculateFlowsheet2(flowsheet)
The results are the same with and without.
Thank you in advance and have a good day,