Merge pull request 'dev-Rene' (#2) from dev-Rene into main

Reviewed-on: RnD/EVOLV#2
This commit is contained in:
2025-10-16 13:36:25 +00:00
14 changed files with 17 additions and 12 deletions

3
.gitmodules vendored
View File

@@ -29,3 +29,6 @@
[submodule "nodes/reactor"] [submodule "nodes/reactor"]
path = nodes/reactor path = nodes/reactor
url = https://gitea.centraal.wbd-rd.nl/RnD/reactor.git url = https://gitea.centraal.wbd-rd.nl/RnD/reactor.git
[submodule "nodes/pumpingStation"]
path = nodes/pumpingStation
url = https://gitea.centraal.wbd-rd.nl/RnD/pumpingStation.git

Binary file not shown.

Submodule nodes/heatExchanger deleted from 3391069ab0

1
nodes/pumpingStation Submodule

Submodule nodes/pumpingStation added at 65807881d5

View File

@@ -18,10 +18,12 @@
"reactor": "nodes/reactor/reactor.js", "reactor": "nodes/reactor/reactor.js",
"rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js", "rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js",
"valve": "nodes/valve/valve.js", "valve": "nodes/valve/valve.js",
"valveGroupControl": "nodes/valveGroupControl/vgc.js" "valveGroupControl": "nodes/valveGroupControl/vgc.js",
"pumpingstation": "nodes/pumpingStation/pumpingStation.js"
} }
}, },
"author": "Rene De Ren, Pim Moerman, Janneke Tack, Sjoerd Fijnje, Dieke Gabriels", "author": "Rene De Ren, Pim Moerman, Janneke Tack, Sjoerd Fijnje, Dieke Gabriels, pieter van der wilt",
"license": "SEE LICENSE", "license": "SEE LICENSE",
"dependencies": { "dependencies": {
"@tensorflow/tfjs": "^4.22.0", "@tensorflow/tfjs": "^4.22.0",