We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b08581 commit 227e319Copy full SHA for 227e319
brainpy/_src/math/object_transform/tests/test_variable.py
@@ -36,8 +36,6 @@ def fff(self):
36
37
print()
38
a = A()
39
- temp = a.f1()
40
- print(temp)
41
self.assertTrue(bm.all(a.f1() == 2.))
42
self.assertTrue(len(a.f1._dyn_vars) == 2)
43
print(a.f2())
0 commit comments