Skip to content

Commit

Permalink
Rename test.py to Implementation/test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bethanystate authored Jul 15, 2020
1 parent 673acb1 commit f1c5a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py → Implementation/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ def generate_images(model, test_input, name, save=False):
plt.axis('off')
if save:
plt.savefig(fname=name, bbox_inches='tight')
plt.show()
plt.show()

0 comments on commit f1c5a78

Please sign in to comment.