3 Commits

Author SHA1 Message Date
e51062b290 merge upstream 2025-11-06 07:04:02 +00:00
Woutverheijen
05800cbef3 test 2025-10-24 09:38:35 +02:00
Woutverheijen
0c4419f952 Remove stale submodule nodes/heatExchanger 2025-10-16 10:48:14 +02:00
7 changed files with 1330 additions and 11 deletions

6
.gitmodules vendored
View File

@@ -1,7 +1,7 @@
[submodule "nodes/machineGroupControl"] [submodule "nodes/machineGroupControl"]
path = nodes/machineGroupControl path = nodes/machineGroupControl
url = https://gitea.centraal.wbd-rd.nl/RnD/machineGroupControl.git url = https://gitea.centraal.wbd-rd.nl/woutverheijen/machineGroupControl.git
[submodule "nodes/generalFunctions"] [submodule "nodes/generalFunctions"]
path = nodes/generalFunctions path = nodes/generalFunctions
url = https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git url = https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git
@@ -13,13 +13,13 @@
url = https://gitea.centraal.wbd-rd.nl/RnD/valve.git url = https://gitea.centraal.wbd-rd.nl/RnD/valve.git
[submodule "nodes/rotatingMachine"] [submodule "nodes/rotatingMachine"]
path = nodes/rotatingMachine path = nodes/rotatingMachine
url = https://gitea.centraal.wbd-rd.nl/RnD/rotatingMachine.git url = https://gitea.centraal.wbd-rd.nl/woutverheijen/rotatingMachine.git
[submodule "nodes/monster"] [submodule "nodes/monster"]
path = nodes/monster path = nodes/monster
url = https://gitea.centraal.wbd-rd.nl/RnD/monster.git url = https://gitea.centraal.wbd-rd.nl/RnD/monster.git
[submodule "nodes/measurement"] [submodule "nodes/measurement"]
path = nodes/measurement path = nodes/measurement
url = https://gitea.centraal.wbd-rd.nl/RnD/measurement.git url = https://gitea.centraal.wbd-rd.nl/woutverheijen/measurement.git
[submodule "nodes/diffuser"] [submodule "nodes/diffuser"]
path = nodes/diffuser path = nodes/diffuser
url = https://gitea.centraal.wbd-rd.nl/RnD/diffuser.git url = https://gitea.centraal.wbd-rd.nl/RnD/diffuser.git

1325
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -26,6 +26,8 @@
"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": {
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-node": "^4.22.0",
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git", "generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
"mathjs": "^13.2.0" "mathjs": "^13.2.0"
} }