You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The most annoying bug is when you run sobeksim model using dll multiple times - there are memory leaks and memory/stack/... get damaged when it runs many times. It is very annoying bug because even changing order of the unit tests in WaterFlowModel1DTest.cs makes model crash.

I guess we will need to run model always in a separate process, even for unit tests.

  • No labels