fix code for coveralls

This commit is contained in:
Atsushi Sakai
2019-02-02 16:51:00 +09:00
parent 1119587b15
commit 4880986bb5
24 changed files with 122 additions and 122 deletions

View File

@@ -49,7 +49,7 @@ class NLinkArm(object):
if self.show_animation:
self.plot()
def plot(self):
def plot(self): # pragma: no cover
plt.cla()
for i in range(self.n_links + 1):

View File

@@ -159,5 +159,5 @@ def ang_diff(theta1, theta2):
if __name__ == '__main__':
main()
# animation()
# main()
animation()