Skip to content

Commit 29c5aef

Browse files
authored
Add NeuralNetwork to testing (#116)
1 parent 5ac40ea commit 29c5aef

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

configs/conf.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,16 @@
353353
{
354354
"library":"ModelicaByExample"
355355
},
356+
{
357+
"library":"NeuralNetwork",
358+
"libraryVersion": "main",
359+
"referenceFileExtension":"csv",
360+
"referenceFileNameDelimiter":".",
361+
"referenceFiles":{
362+
"giturl":"https://github.com/AMIT-HSBI/NeuralNetwork",
363+
"destination":"ReferenceFiles/NeuralNetwork"
364+
}
365+
},
356366
{
357367
"library":"OpenHydraulics",
358368
"libraryVersion":"master",

0 commit comments

Comments
 (0)