Skip to content

Commit

Permalink
removed keep assertion in fov_forward. Thanks for the hint, Maria ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
b45ch1 committed Mar 1, 2012
1 parent d4acbd9 commit 8b8f284
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adolc/wrapped_functions.py
Expand Up @@ -316,7 +316,6 @@ def fov_forward(tape_tag, x, V):
"""

assert type(tape_tag) == int
assert type(keep) == int
ts = tapestats(tape_tag)

N = ts['NUM_INDEPENDENTS']
Expand Down

0 comments on commit 8b8f284

Please sign in to comment.