You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(cd ../../../../IDEAS; python3.6 ../bin/runUnitTests.py --validate-html-only)
274The following malformed html syntax has been found:
275[-- ./Fluid/Sensors/BaseClasses/PartialAbsoluteSensor.mo ]
276line 38 column 108 - Warning: <br> element not empty or not closed
277
278[-- ./Fluid/Interfaces/Examples/ReverseFlowMassExchanger.mo ]
279line 62 column 81 - Warning: <br> element not empty or not closed
280
281[-- ./Fluid/Interfaces/Examples/ReverseFlowHumidifier.mo ]
282line 28 column 81 - Warning: <br> element not empty or not closed
September 20, 2020, by Michael Wetter:<br/>
Introduced parameter <code>warnAboutOnePortConnection</code> and added assertion with level set to warning.</br>
The tags are formulated differently. I think the first one is correct. The IBPSA travis log (https://travis-ci.com/github/ibpsa/modelica-ibpsa/jobs/388378832) does contain a html entry: (cd /home/travis/build/ibpsa/modelica-ibpsa/IBPSA; ../bin/runUnitTests.py --validate-html-only)
Both the IBPSA and IDEAS repo use the Buildingspy master branch and install pytidylib-0.3.2. So I'm not sure what's going on.. Any ideas?
The text was updated successfully, but these errors were encountered:
I just merge IBPSA into IDEAS and my unit tests flag an html error that the IBPSA unit tests seem to ignore.
https://travis-ci.com/github/open-ideas/IDEAS/jobs/440814325
https://github.com/ibpsa/modelica-ibpsa/blob/master/IBPSA/Fluid/Sensors/BaseClasses/PartialAbsoluteSensor.mo
indeed contains
The
tags are formulated differently. I think the first one is correct. The IBPSA travis log (https://travis-ci.com/github/ibpsa/modelica-ibpsa/jobs/388378832) does contain a html entry:
(cd /home/travis/build/ibpsa/modelica-ibpsa/IBPSA; ../bin/runUnitTests.py --validate-html-only)
Both the IBPSA and IDEAS repo use the Buildingspy master branch and install
pytidylib-0.3.2
. So I'm not sure what's going on.. Any ideas?The text was updated successfully, but these errors were encountered: