We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b7ebc commit db639b2Copy full SHA for db639b2
configs/conf.json
@@ -270,7 +270,15 @@
270
"library":"Dynawo",
271
"libraryVersion":"master",
272
"libraryVersionNameForTests":"dev",
273
- "extraCustomCommands":["setCommandLineOptions(\"--allowNonStandardModelica=implicitParameterStartAttribute\");"]
+ "extraCustomCommands":["setCommandLineOptions(\"--allowNonStandardModelica=implicitParameterStartAttribute\");"],
274
+ "referenceFileExtension":"csv",
275
+ "referenceFileNameDelimiter":".",
276
+ "referenceFinalDot":"_res.",
277
+ "referenceFiles":{
278
+ "giturl":"https://github.com/dynawo/dynawo",
279
+ "destination":"ReferenceFiles/Dynawo",
280
+ "git-directory": "dynawo/sources/Models/Modelica/Dynawo/Examples/references"
281
+ }
282
},
283
{
284
"library":"EHPTexamples"
0 commit comments