Skip to content

Commit

Permalink
Update test_variable.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Jan 19, 2025
1 parent 7b08581 commit 227e319
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions brainpy/_src/math/object_transform/tests/test_variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ def fff(self):

print()
a = A()
temp = a.f1()
print(temp)
self.assertTrue(bm.all(a.f1() == 2.))
self.assertTrue(len(a.f1._dyn_vars) == 2)
print(a.f2())
Expand Down

0 comments on commit 227e319

Please sign in to comment.