Filip Jorissen

Results 23 issues of Filip Jorissen

In https://github.com/ibpsa/modelica-ibpsa/pull/943 Travis returns the following error ``` diff --git a/IBPSA/Fluid/Storage/UsersGuide/package.order b/IBPSA/Fluid/Storage/UsersGuide/package.order index e69de29..a7e72e8 100644 --- a/IBPSA/Fluid/Storage/UsersGuide/package.order +++ b/IBPSA/Fluid/Storage/UsersGuide/package.order @@ -0,0 +1 @@ +UsersGuide ``` so BuildingsPy claims that the...

Sometimes not all unit tests are executed. E.g. in https://travis-ci.org/open-ideas/IDEAS/jobs/383240293 not all tests are executed, while they are executed correctly in https://travis-ci.org/open-ideas/IDEAS/jobs/382014283. In the former case the travis log contains:...

@mwetter these changes concatenate (nearly) all error messages into one string. For some error messages I wasn't sure whether they may lead to an except further down the tests so...

this is for #202 tested this and it works on my setup

In IDEAS we run two unit tests on the same example model, using two separate .mos script and two separate result .mat files (as required by BuildingsPy). Travis runs these...

I am experiencing problems when merging Annex60 into IDEAS: 1) Consider that a new unit test model is added in Annex60. 2) When merging Annex60 into IDEAS this model and...

this is for #113

When using ``` tester.setSinglePackage("IDEAS.AirFlow") ``` instead of ``` tester.setSinglePackage("IDEAS.Airflow") ``` (notice the capital F), Buildingspy accepts this, starts looking for unit tests in the designated path and apparently does find...

In IDEAS we have created a 'weatherbus' connector that contains many more signals and parameters than the Annex 60 version. This causes problems (https://github.com/open-ideas/IDEAS/issues/414) when connecting components from A60 such...

When generating code for some function that uses a dense matrix as a parameter/input, the generated code contains the sparsity pattern of that matrix. Since the codegen lists each entry...