Skip to content

Commit d535167

Browse files
committed
fix bugs
1 parent 3f7472a commit d535167

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

brainpy/dyn/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ def __repr__(self):
119119

120120
def __call__(self, shared: Dict, *args, **kwargs):
121121
"""The shortcut to call ``update`` methods."""
122-
if 'dt' not in shared:
123-
shared['dt'] = bm.dt
124122
return self.update(shared, *args, **kwargs)
125123

126124
def register_delay(

0 commit comments

Comments
 (0)