Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scottshambaugh committed Dec 16, 2023
1 parent d79e7f8 commit a5fa27e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_AxesStereo.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ def test_AxesStereo2D():
axstereo.plot(x, y, z)
assert True

# Smoke test scatter sorting
axstereo = AxesStereo2D()
axstereo.scatter(x, y, z, c=z, cmap='viridis')
assert True

# Smoke test non-plotting methods
axstereo.set_title('title')
assert True
Expand Down

0 comments on commit a5fa27e

Please sign in to comment.