DirichletBC test fails on OSX buildbot
Bug #883870 reported by
Garth Wells
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DOLFIN |
Fix Released
|
High
|
Anders Logg |
Bug Description
Output from buildbot:
FAIL: test_get_values (__main_
-------
Traceback (most recent call last):
File "./DirichletBC.py", line 66, in test_get_values
self.
AssertionError: False is not true
Changed in dolfin: | |
assignee: | nobody → Anders Logg (logg) |
status: | New → Confirmed |
milestone: | none → 1.0-rc1 |
Changed in dolfin: | |
importance: | Undecided → High |
Changed in dolfin: | |
status: | In Progress → Fix Committed |
Changed in dolfin: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The test does not seem to make sense. A dof may be inside the domain but not be included in the list of boundary
conditions if the facet it belongs to is not recognized as a Dirichlet facet.
It also fails to run on Ubuntu 11.10 with 6 processes.
I have disabled that particular portion of the test.