OpenModelica / OpenModelicaLibraryTesting

Test script for OMCompiler+OpenModelicaLibraries
Other
8 stars 13 forks source link

ClaRa and ClaRa_dev verification does not work #81

Closed phannebohm closed 5 months ago

phannebohm commented 6 months ago

Since this regression report no ClaRa models verify. It looks like the reference files are not found properly.

How can we debug this?

casella commented 6 months ago

That's weird, the test setup seems to be perfectly symmetric:

  {
    "library":"ClaRa",
    "referenceFileExtension":"mat",
    "referenceFileNameDelimiter":".",
    "referenceFiles":{
      "giturl":"https://github.com/xrg-simulation/ClaRa-official",
      "destination":"ReferenceFiles/ClaRa",
      "git-ref": "main",
      "git-directory": "ReferenceResults"
    }
  },
  {
    "library":"ClaRa",
    "libraryVersion":"main",
    "libraryVersionNameForTests":"dev",
    "referenceFileExtension":"mat",
    "referenceFileNameDelimiter":".",
    "referenceFiles":{
      "giturl":"https://github.com/xrg-simulation/ClaRa-official",
      "destination":"ReferenceFiles/ClaRa",
      "git-ref": "main",
      "git-directory": "ReferenceResults"
    }
  },

@adrpo any idea?

phannebohm commented 5 months ago

It's fixed now for both ClaRa and ClaRa_dev, thanks @adrpo!