Skip to content
Snippets Groups Projects
Commit 098e1bae authored by jack-parsons's avatar jack-parsons
Browse files

Cleaning up doctests

parent 6522afff
No related branches found
No related tags found
1 merge request!23Merge in Jack's changes
Pipeline #873 passed
......@@ -8,6 +8,9 @@ import numpy as np
from numbers import Number
import os
# Used by doc tests
filename = os.getcwd() + "\\tests\\stl_file.stl"
class trimMixin(object):
r"""
......@@ -31,7 +34,6 @@ class trimMixin(object):
--------
>>> from AmpScan import AmpObject
>>> filename = os.getcwd()+"\\tests\\stl_file.stl"
>>> amp = AmpObject(filename)
>>> amp.planarTrim(100, 2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment