Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Sep 18, 2023
1 parent 5a98ff9 commit 11e75e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
'SynSTP': ('brainpy.SynSTP', 'brainpy.synapses.SynSTP', synapses.SynSTP),
'SynOut': ('brainpy.SynOut', 'brainpy.synapses.SynOut', synapses.SynOut),
'TwoEndConn': ('brainpy.TwoEndConn', 'brainpy.synapses.TwoEndConn', synapses.TwoEndConn),
'CondNeuGroup': ('brainpy.CondNeuGroup', 'brainpy.syn.CondNeuGroup', dyn.CondNeuGroup),
'CondNeuGroup': ('brainpy.CondNeuGroup', 'brainpy.dyn.CondNeuGroup', dyn.CondNeuGroup),
}
__getattr__ = deprecation_getattr2('brainpy', __deprecations)

Expand Down

0 comments on commit 11e75e5

Please sign in to comment.