Skip to content

Commit

Permalink
uncomment viz analogy
Browse files Browse the repository at this point in the history
  • Loading branch information
undertherain committed Jan 15, 2019
1 parent 3f459a9 commit fbede5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/benchmarks/test_analogy.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_cli(self):
"./tests/data/benchmarks/analogy/",
"--method", "3CosAvg")

# TODO: suppress concatenating timestamp and uncomment viz test
# from matplotlib import pyplot as plt
# visualize.plot_accuracy("/tmp/vecto/benchmarks/analogy")
# plt.savefig("/tmp/vecto/benchmarks/analogy.pdf", bbox_inches="tight")
# TODO: suppress concatenating timestamp or aggregate multiple runs
from matplotlib import pyplot as plt
visualize.plot_accuracy("/tmp/vecto/benchmarks/analogical_reasoning")
plt.savefig("/tmp/vecto/benchmarks/analogy.pdf", bbox_inches="tight")

0 comments on commit fbede5a

Please sign in to comment.