Compare commits

9 Commits

9 changed files with 40 additions and 1092 deletions

3
.gitmodules vendored
View File

@@ -32,3 +32,6 @@
[submodule "nodes/pumpingStation"]
path = nodes/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

1
nodes/settler Submodule

Submodule nodes/settler added at 7f2d326612

1108
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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