From cd368ed0781b18d4aae2167a9e21bd6a711e12c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Buchwald?= <joerg.buchwald@ufz.de> Date: Thu, 27 Oct 2022 22:18:02 +0200 Subject: [PATCH] fix notebook --- .../PhaseField/surfing_jupyter_notebook/surfing_pyvista.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Data/PhaseField/surfing_jupyter_notebook/surfing_pyvista.ipynb b/Tests/Data/PhaseField/surfing_jupyter_notebook/surfing_pyvista.ipynb index 13daad8d8cb..30d65ffba68 100644 --- a/Tests/Data/PhaseField/surfing_jupyter_notebook/surfing_pyvista.ipynb +++ b/Tests/Data/PhaseField/surfing_jupyter_notebook/surfing_pyvista.ipynb @@ -348,7 +348,7 @@ "#https://github.com/joergbuchwald/ogs6py\n", "#Change the length scale and phasefield model in project file\n", "model = ogs.OGS(INPUT_FILE=prj_path+prj_name, PROJECT_FILE=prj_path+prj_name, MKL=True)\n", - "model.replace_parameter(name=\"ls\", value=2*h)\n", + "model.replace_parameter_value(name=\"ls\", value=2*h)\n", "model.replace_text(phasefield_model, xpath=\"./processes/process/phasefield_model\")\n", "model.write_input()" ] -- GitLab