Skip to content

Commit

Permalink
Update for pep8 change to opencmiss.utils
Browse files Browse the repository at this point in the history
  • Loading branch information
rchristie committed Dec 22, 2019
1 parent 83d33b4 commit 032280c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_fitcube.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def test_alignMarkersFitRegularData(self):
self.assertEqual(fitter.getMarkerGroup().getName(), "marker")
#fitter.getRegion().writeFile(os.path.join(here, "resources", "km_fitgeometry1.exf"))
fieldmodule = fitter.getFieldmodule()
surfaceAreaField = createFieldMeshIntegral(coordinates, fitter.getMesh(2), numberOfPoints=4)
volumeField = createFieldMeshIntegral(coordinates, fitter.getMesh(3), numberOfPoints=3)
surfaceAreaField = createFieldMeshIntegral(coordinates, fitter.getMesh(2), number_of_points=4)
volumeField = createFieldMeshIntegral(coordinates, fitter.getMesh(3), number_of_points=3)
fieldcache = fieldmodule.createFieldcache()
result, surfaceArea = surfaceAreaField.evaluateReal(fieldcache, 1)
self.assertEqual(result, RESULT_OK)
Expand Down

0 comments on commit 032280c

Please sign in to comment.