Skip to content

Commit

Permalink
bug on Vaccu
Browse files Browse the repository at this point in the history
  • Loading branch information
groussea committed Apr 28, 2020
1 parent 7d48624 commit 46023f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions opyf/Analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,8 @@ def reset(self,first=False):
self.incr = 0
self.UxTot = []
self.UyTot = []
self.Xaccu = np.empty((0, 2))
self.Vaccu = np.empty((0, 2))
if self.close_at_reset==True or first==True:
plt.close(self.num)
self.opyfDisp = Render.opyfDisplayer(**self.paramPlot, num=self.num)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
setup(
name="opyf",

version="1.1",
version="1.2",
author="Gauthier Rousseau",
author_email="gauthier.rousseau@gmail.com",

Expand Down

0 comments on commit 46023f1

Please sign in to comment.