Skip to content

Commit

Permalink
removed unecessary method
Browse files Browse the repository at this point in the history
  • Loading branch information
rrzhang139 committed Dec 17, 2024
1 parent ead3984 commit 7fb1cc7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions warp/examples/optim/example_diffray.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,6 @@ def render(self):

def get_image(self):
return self.pixels.numpy().reshape((self.height, self.width, 3))

def get_pixels(self):
return self.pixels

def get_animation(self):
fig, ax = plt.subplots()
Expand Down

0 comments on commit 7fb1cc7

Please sign in to comment.