From 59030f6c098cf45b32b2c07b200085f9f5758a66 Mon Sep 17 00:00:00 2001 From: Feliks Kiszkurno <feliks-kuba.kiszkurno@ufz.de> Date: Tue, 10 Dec 2024 09:11:27 +0100 Subject: [PATCH] Fix markdownlint --- .codespellrc | 2 +- .../heatconduction-line_source_term.md | 2 -- .../docs/processes/component-transport/hydro-component/index.md | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.codespellrc b/.codespellrc index db3bbe55d94..d95ab6f2457 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,5 +1,5 @@ [codespell] skip = *.bib,*.css,*.pdf,*.yaml,*.yml,*/.vale,./.git,./GeoLib/IO/XmlIO/OpenGeoSysSTN.xsd,./Tests/Data,./web/content/imprint.md,./web/node_modules,./web/public/imprint/index.html,./web/resources,CITATION.cff, -ignore-words-list = ba,bu,ket,nd,pris,strat,sur,theis,ot +ignore-words-list = ba,bu,ket,nd,pris,strat,sur,theis,ot,Jupyter,testrunner exclude-file = .codespellexclude uri-ignore-words-list = * diff --git a/Tests/Data/Parabolic/T/3D_line_source_term_tests/3D_line_source_term_in_cylinder/heatconduction-line_source_term.md b/Tests/Data/Parabolic/T/3D_line_source_term_tests/3D_line_source_term_in_cylinder/heatconduction-line_source_term.md index 51bcaec673d..35e83190991 100644 --- a/Tests/Data/Parabolic/T/3D_line_source_term_tests/3D_line_source_term_in_cylinder/heatconduction-line_source_term.md +++ b/Tests/Data/Parabolic/T/3D_line_source_term_tests/3D_line_source_term_in_cylinder/heatconduction-line_source_term.md @@ -202,7 +202,6 @@ The differences of analytical and computed solution are small outside of the cen length_replaced = length.copy() length_replaced[int((number_of_subdivisions-1)/2)] = 1 - # Replace diverging analytical solution in respective interval below a threshold of 0.01 threshold = 0.01 below_threshold = np.where(np.abs(length) < threshold) @@ -304,7 +303,6 @@ z_axis = [(i, 0.5, 0) for i in length] timestep = 1 temp_ax = pvdfile_ax.read_set_data(timestep, "temperature", pointsetarray=z_axis) - plt.plot(length, temp_ax) plt.title("Temperature") plt.xlabel("x") diff --git a/web/content/docs/processes/component-transport/hydro-component/index.md b/web/content/docs/processes/component-transport/hydro-component/index.md index c79d955e2a0..97eabdcd2e2 100644 --- a/web/content/docs/processes/component-transport/hydro-component/index.md +++ b/web/content/docs/processes/component-transport/hydro-component/index.md @@ -140,7 +140,7 @@ Under the keyword `<component>`, the properties of the transported chemical comp * [Heterogeneous Saturated Mass Transport]({{< relref "hc_ogs6-vs-ogs5" >}}) * [Saturated Mass Transport]({{< relref "saturated-mass-transport" >}}) -* [Saturated Variable-Density Flow and Mass Transport (Elder)](/docs/benchmarks/hydro-component/elder_jupyter) +* [Saturated Variable-Density Flow and Mass Transport (Elder)]({{< relref "elder_jupyter" >}}) * [Saturated Variable-Density Flow and Mass Transport (Goswami)]({{< relref "goswami" >}}) * [Theis solution for well pumping]({{< relref "hc_theis" >}}) * [Variable Dependent Boundary Condition]({{< relref "vdbc" >}}) -- GitLab