Commit 09e07c7b authored by L.S. Cook's avatar L.S. Cook Committed by Scott Cyphers

Make sure that generating pyapi does not throw errors (#1003)

* Make sure that generating pyapi does not throw errors due to directory structureor linenos

* Update basic.py
parent 164a3ba8
......@@ -44,4 +44,5 @@ result = computation(value_a, value_b, value_c)
# >>> print(result)
# [[ 54. 80.]
# [110. 144.]]
print('Result = ', result)
\ No newline at end of file
print('Result = ', result)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment