After setting up the conda env "relperm" using environment.yml from the repo (date: 20-April-2025) I am getting an error when running any one of the Jupyter notebooks.
The error arises in the line that initialises the model:
model1.solve;
Resulting in the error:
LinAlgError: "Array must not contain infs or NaNs"
This seems to be related to a recent change in the packages that are being installed, because when I reverted to an older set of packages, I am not experiencing the issue.