Skip to content

Commit

Permalink
make #639 PEP8-compliant 3rd attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHoeh committed Sep 1, 2016
1 parent c2cbf3f commit 2ab3797
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/unit/Network/GenericNetworkTest.py
Expand Up @@ -311,8 +311,9 @@ def test_add_boundary_pores_cubic_custom_label(self):
assert 'pore.test2' in net.labels()

def test_add_boundary_pores_cubicdual(self):
net = OpenPNM.Network.CubicDual(shape=[5, 5, 5], label_1='primary',
label_2='secondary')
net = OpenPNM.Network.CubicDual(shape=[5, 5, 5],
label_1='primary',
label_2='secondary')
Ps = net.pores(labels=['surface', 'bottom'], mode='intersection')
net.add_boundary_pores(pores=Ps, offset=[0, 0, -0.5])
Ps2 = net.pores(labels=['boundary'], mode='intersection')
Expand Down

0 comments on commit 2ab3797

Please sign in to comment.