Skip to content

Commit

Permalink
Added reference files for PowerGrids
Browse files Browse the repository at this point in the history
  • Loading branch information
casella committed Jan 27, 2024
1 parent e188a42 commit d6c5a71
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions configs/conf.json
Expand Up @@ -69,17 +69,38 @@
"extraCustomCommands":["if not setCommandLineOptions(\"--std=3.3\") then exit(1); end if;"]
},
{
"library":"PowerGrids"
"library":"PowerGrids",
"referenceFileExtension":"mat",
"referenceFileNameDelimiter":".",
"referenceFinalDot":"_res.",
"referenceFiles":{
"giturl":"https://github.com/PowerGrids/PowerGrids-ref",
"destination":"ReferenceFiles/PowerGrids"
}
},
{
"library":"PowerGrids",
"libraryVersionNameForTests":"symb_jac",
"extraCustomCommands":["setCommandLineOptions(\"--generateSymbolicJacobian\")"]
"extraCustomCommands":["setCommandLineOptions(\"--generateSymbolicJacobian\")"],
"referenceFileExtension":"mat",
"referenceFileNameDelimiter":".",
"referenceFinalDot":"_res.",
"referenceFiles":{
"giturl":"https://github.com/PowerGrids/PowerGrids-ref",
"destination":"ReferenceFiles/PowerGrids"
}
},
{
"library":"PowerGrids",
"libraryVersion":"develop",
"libraryVersionNameForTests":"dev"
"libraryVersionNameForTests":"dev",
"referenceFileExtension":"mat",
"referenceFileNameDelimiter":".",
"referenceFinalDot":"_res.",
"referenceFiles":{
"giturl":"https://github.com/PowerGrids/PowerGrids-ref",
"destination":"ReferenceFiles/PowerGrids"
}
},
{
"library":"PowerSystems",
Expand Down

0 comments on commit d6c5a71

Please sign in to comment.