Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f04b7e433 | ||
|
|
0d13e1da40 | ||
|
|
1fcf6f8920 | ||
| e51062b290 | |||
| 24c443840b | |||
| c4c8629c01 | |||
| 609c72cedc | |||
|
|
05800cbef3 | ||
|
|
0c4419f952 |
9
.gitmodules
vendored
9
.gitmodules
vendored
@@ -1,7 +1,7 @@
|
||||
|
||||
[submodule "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"]
|
||||
path = nodes/generalFunctions
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git
|
||||
@@ -13,13 +13,13 @@
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/valve.git
|
||||
[submodule "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"]
|
||||
path = nodes/monster
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/monster.git
|
||||
[submodule "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"]
|
||||
path = nodes/diffuser
|
||||
url = https://gitea.centraal.wbd-rd.nl/RnD/diffuser.git
|
||||
@@ -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
|
||||
|
||||
Submodule nodes/generalFunctions updated: 48a227d519...44adfdece6
Submodule nodes/machineGroupControl updated: e0526250c2...681856104d
Submodule nodes/measurement updated: 756cc4bd20...888411a3f2
Submodule nodes/monster updated: cf10e20404...a061873537
Submodule nodes/reactor updated: 7c8722b324...670c4deacb
Submodule nodes/rotatingMachine updated: d2a0274eb3...f450eab56e
1
nodes/settler
Submodule
1
nodes/settler
Submodule
Submodule nodes/settler added at efb99df107
1321
package-lock.json
generated
1321
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -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",
|
||||
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions",
|
||||
"mathjs": "^13.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user