Skip to content

Commit

Permalink
WIP #440
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jan 14, 2021
1 parent c6812e1 commit 065c4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apstools/tests/test_440.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def test_specwriter():
cmd = _rebuild_scan_command(doc)
assert len(cmd.strip().splitlines()) == 1

# Now, make it a numpy array and test again.
arr = np.array(arr)
assert isinstance(arr, np.ndarray)
# modify the start doc
Expand Down

0 comments on commit 065c4b5

Please sign in to comment.