Compare commits

7 Commits

Author SHA1 Message Date
znetsixe
ca0382a1d6 updating 2025-11-06 16:47:25 +01:00
znetsixe
6362c873b6 updates 2025-11-06 11:19:27 +01:00
znetsixe
e44863e1a8 updated nodes 2025-11-05 17:16:05 +01:00
znetsixe
65bdddc9d4 New commits for general and rotating machine 2025-11-05 15:47:52 +01:00
znetsixe
1926f0b111 updated package to point to main branch always 2025-11-05 09:09:44 +01:00
znetsixe
b986427d8f updated latest commit 2025-11-03 09:17:44 +01:00
znetsixe
516ffce6ad updates 2025-10-31 18:36:31 +01:00
9 changed files with 1092 additions and 40 deletions

3
.gitmodules vendored
View File

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

Submodule nodes/settler deleted from 7f2d326612

1108
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,18 +15,20 @@
"machineGroupControl": "nodes/machineGroupControl/mgc.js", "machineGroupControl": "nodes/machineGroupControl/mgc.js",
"measurement": "nodes/measurement/measurement.js", "measurement": "nodes/measurement/measurement.js",
"monster": "nodes/monster/monster.js", "monster": "nodes/monster/monster.js",
"pumpingstation": "nodes/pumpingStation/pumpingStation.js",
"reactor": "nodes/reactor/reactor.js", "reactor": "nodes/reactor/reactor.js",
"rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js", "rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js",
"settler": "nodes/settler/settler.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, pieter van der wilt", "author": "Rene De Ren, Pim Moerman, Janneke Tack, Sjoerd Fijnje, Dieke Gabriels, pieter van der wilt",
"license": "SEE LICENSE", "license": "SEE LICENSE",
"dependencies": { "dependencies": {
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git", "@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-node": "^4.22.0",
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git#main",
"mathjs": "^13.2.0" "mathjs": "^13.2.0"
} }
} }