Skip to content

Commit

Permalink
remove extra function
Browse files Browse the repository at this point in the history
  • Loading branch information
EderSantana committed Oct 15, 2015
1 parent f80dde6 commit b823e29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agnez/embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ def make_frame(t, sc, vid):
return make_frame, fig, (sc, vid), t*b, ani_path


"""
@animate
def video_grid2d(video, ani_path='video_grid.gif', rescale=False):
'''2D video grid for parallel visualization
Expand Down Expand Up @@ -239,3 +240,4 @@ def make_frame(t, vid):
return vid
return make_frame, fig, (vid,), t, ani_path
"""

0 comments on commit b823e29

Please sign in to comment.