diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-12-19 19:59:36 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-12-19 19:59:36 +0100 |
| commit | 55eed4c828b82fb82fa2948ff5dc9b69126dec20 (patch) | |
| tree | 81892cabb5f968bc6d4c50b3e4486b826ee889c0 | |
| parent | cf18722d3620db3c10972299f7039049a017a738 (diff) | |
redo lerping and sineing
| -rw-r--r-- | inversion/live.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inversion/live.py b/inversion/live.py index b3e41b1..4a3303e 100644 --- a/inversion/live.py +++ b/inversion/live.py @@ -258,7 +258,6 @@ class Listener: if (i % 100) == 0: print("Step {}".format(i)) gen_time = time.time() - interpolator.opts['time'].assign(gen_time) gen_images = interpolator.on_step(i, dt, self.sess) if gen_images is None: print("Exiting...") |
