test failure 0.19.18615 Win

About the development of the FEM module/workbench.

Moderator: bernd

Post Reply
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

test failure 0.19.18615 Win

Post by sgrogan »

OS: Windows 7 SP 1 (6.1)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.18615 (Git)
Build type: Release
Branch: master
Hash: a801ff5a236d9275c2dc184db5a457589b3eabc4
Python version: 3.6.7
Qt version: 5.12.1
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/United States (en_US)

Code: Select all

Traceback (most recent call last):
  File "C:\Users\Chris\GitHub\FreeCAD-build2\bin\lib\unittest\case.py", line 59, in testPartExecutor
    yield
  File "C:\Users\Chris\GitHub\FreeCAD-build2\bin\lib\unittest\case.py", line 605, in run
    testMethod()
  File "C:\Users\Chris\GitHub\FreeCAD-build2\Mod\Fem\femtest\app\test_material.py", line 110, in test_material_card_quantities
    .format(value, param)
  File "C:\Users\Chris\GitHub\FreeCAD-build2\bin\lib\unittest\case.py", line 682, in assertTrue
    raise self.failureException(msg)
AssertionError: False is not true : Unit of quantity 0.000093 m/m/K from material parameter ThermalExpansionCoefficient is wrong.
"fight the good fight"
vocx
Veteran
Posts: 5197
Joined: Thu Oct 18, 2018 9:18 pm

Re: test failure 0.19.18615 Win

Post by vocx »

sgrogan wrote: Fri Oct 25, 2019 12:30 am

Code: Select all

  File "C:\Users\Chris\GitHub\FreeCAD-build2\Mod\Fem\femtest\app\test_material.py", line 110, in test_material_card_quantities
    .format(value, param)
This is an error in FEM, no?

Bernd should take a look at it.
Always add the important information to your posts if you need help. Also see Tutorials and Video tutorials.
To support the documentation effort, and code development, your donation is appreciated: liberapay.com/FreeCAD.
Post Reply