We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa4e12 commit ec55a66Copy full SHA for ec55a66
1 file changed
brainpy/mixin.py
@@ -47,6 +47,10 @@
47
48
def _get_bm():
49
global bm
50
+ if bm is None:
51
+ from brainpy.version2 import math
52
+ bm = math
53
+ return bm
54
55
56
class AlignPost(brainstate.mixin.Mixin):
0 commit comments