Skip to content
Snippets Groups Projects

Fix an unbound variable in ChainedDiscretizationConnection.

Merged Matt Wala requested to merge fix-chaining into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -1038,7 +1038,7 @@ def test_quad_multi_element():
# {{{ ChainedDiscretizationConnection
def test_ChainedDiscretizationConnection(ctx_getter):
def test_ChainedDiscretizationConnection(ctx_getter): # noqa
mesh_order = 5
order = 5
npanels = 10
Loading