You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resulting in 3.3s vs 0.6s of init duration (if pypsa, torch and pyomo is not installed).
There is nothing we can do about it and its not a major issue.
Just keep in mind, that it is faster if those two packages are not installed if you do not need them
I am just looking into performance generally and wanted to document this here.
The text was updated successfully, but these errors were encountered:
I found that the startup time of assume can be relatively high with multiple seconds.
This is due to the time it takes to import packages in python.
resulting in 3.3s vs 0.6s of init duration (if pypsa, torch and pyomo is not installed).
There is nothing we can do about it and its not a major issue.
Just keep in mind, that it is faster if those two packages are not installed if you do not need them
I am just looking into performance generally and wanted to document this here.
The text was updated successfully, but these errors were encountered: