Project-OMOTES / user_feedback

Repository to hold all feedback (bugs and feature request) from users
1 stars 0 forks source link

[Bug]: Optimization results finished with removed source and storage #36

Closed KelbijStarDeltares closed 2 weeks ago

KelbijStarDeltares commented 6 months ago

Is there an existing issue for this?

What happened?

Made a model with a producer, demand, source and pipes. Running the optimizer leads to a finished results without errors, however it has removed both the storage as the source. It think because non of the assets has been set to optional, the optimizer does not really optimizers anything, but I think it is a bug that it than simply removes assets from the model and not informing the user in any way. test_simple with return network with return network(2).esdl.txt

image

Steps to reproduce the problem

  1. Take the attached model
  2. Run Start Heat Network Calculation
  3. Have a look at the results

What should have happened?

Inform the user that nothing has been optimized without removing assets.

What browsers do you use to access the UI?

None

Additional information

No response