Skip to content

Commit

Permalink
Add dummy line after doctest to avoid nipype error (issue #185)
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybottle committed Nov 8, 2019
1 parent 2d2fcd0 commit ef1c3b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mindboggle/shapes/surface_shapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def area(command, surface_file, verbose=False):
>>> ccode_path = os.environ['vtk_cpp_tools']
>>> command = os.path.join(ccode_path, 'area', 'PointAreaMain')
>>> area_file = area(command, surface_file, verbose)
>>>
>>> scalars, name = read_scalars(area_file)
>>> np.allclose(scalars[0:8],
... [0.48270401731, 0.39661528543, 0.57813454792, 0.70574099571,
Expand Down

0 comments on commit ef1c3b4

Please sign in to comment.