Skip to content

Commit

Permalink
updating fcc test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgostick committed Jun 21, 2023
1 parent ff9c8fe commit f6caf4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/network/BravaisTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def test_generation_fcc(self):
assert fcc.num_pores('pore.corner') == 27
assert fcc.num_pores('pore.face') == 36
assert fcc.num_throats('throat.corner_to_corner') == 54
assert fcc.num_throats('throat.corner_to_face') == 240
assert fcc.num_throats('throat.face_to_face') == 96
assert fcc.num_throats('throat.corner_to_face') == 144

def test_fcc_add_boundary_pores(self):
fcc = op.network.FaceCenteredCubic(shape=[3, 3, 3])
Expand Down

0 comments on commit f6caf4e

Please sign in to comment.