Closed breinbaas closed 9 months ago
fixed for upliftvanparticleswarm -> needed to set
ResultThreshold: float = 0.0
instead of
ResultThreshold: Optional[float] = None
because the latter leads to models that cannot be opened in 2024.01
fixed bishop brute force / spencer genetic algorithm where fields were added as well
There seems to be a bugfix already; https://github.com/Deltares/GEOLib/pull/163
Not sure which code is better!
Fixed in GEOLib v2.3.0
Creating a DStability model and then trying to calculate it using 2024.01 results in the following error;
This is due to missing fields in the geolib code.