From 429d4b01ed5670afd31f9ffd14b2e09149dabd3b Mon Sep 17 00:00:00 2001 From: znetsixe Date: Tue, 19 May 2026 13:01:21 +0200 Subject: [PATCH] =?UTF-8?q?fix(reactor):=20bump=20submodules=20=E2=80=94?= =?UTF-8?q?=20timeStep=20unit=20+=20X=5FA=5Finit=20operational=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two cross-submodule fixes for the reactor unit-confusion drift the wiki uplift surfaced: - nodes/generalFunctions @ 4f715e8: reactor schema timeStep.unit now "s" (was "h"), default 1 (was 0.001). Matches reactor.html label [s] and baseEngine.js's seconds→days conversion. Description warns future readers off changing the unit without updating the engine. - nodes/reactor @ 346a3ce: HTML X_A_init default 0.001 → 200 (operational nitrifying biomass; 0.001 disabled nitrification per the memory note). Factory updated to match. New regression test test/basic/timestep-units.basic.test.js locks in the seconds contract and schema agreement. 49/49 reactor tests pass. Co-Authored-By: Claude Opus 4.7 (1M context) --- nodes/generalFunctions | 2 +- nodes/reactor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/generalFunctions b/nodes/generalFunctions index 8b28f89..4f715e8 160000 --- a/nodes/generalFunctions +++ b/nodes/generalFunctions @@ -1 +1 @@ -Subproject commit 8b28f8969e5afd0c29c1335b66dc328d9ad8af74 +Subproject commit 4f715e8ad6d5f32a8ca561633b03a34997e473e8 diff --git a/nodes/reactor b/nodes/reactor index 6b8ae5c..346a3ce 160000 --- a/nodes/reactor +++ b/nodes/reactor @@ -1 +1 @@ -Subproject commit 6b8ae5cfc326d1cba6fa2d423ee9bacbd036f33e +Subproject commit 346a3ce2ab5e68e16d88dbe7df89edf90ad28eb4