Skip to content

Commit

Permalink
Update test_interact2D.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkohler authored and pcruzparri committed Sep 19, 2023
1 parent 148c956 commit 61ca043
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/artists/test_interact2D.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ def test_4D():
import matplotlib.pyplot as plt

plt.close("all")
# out1 = test_perovskite()
# out2 = test_MoS2()
# out3 = test_asymmetric()
# out4 = test_skewed()
out1 = test_perovskite()
out2 = test_MoS2()
out3 = test_asymmetric()
out4 = test_skewed()
out5 = test_4D()
plt.show()

0 comments on commit 61ca043

Please sign in to comment.