We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec55a66 commit ab53c37Copy full SHA for ab53c37
brainpy/mixin.py
@@ -21,7 +21,7 @@
21
22
import brainstate
23
24
-bm, delay_identifier, init_delay_by_return = None, None, None
+bm, delay_identifier, init_delay_by_return, DynamicalSystem = None, None, None, None
25
26
__all__ = [
27
'MixIn',
0 commit comments