Skip to content

Commit 7365ecf

Browse files
Update SpikingNeuralNetworks.jl
Symdict macros is not visible from the module export why?
1 parent 98e3c20 commit 7365ecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SpikingNeuralNetworks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ include("neuron/neurons.jl")
3636
include("synapse/synapses.jl")
3737
include("stimulus/stimuli.jl")
3838

39-
39+
export symdict
4040
function __init__()
4141
@require Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" include("plot.jl")
4242
@require Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" include("extra_plots.jl")

0 commit comments

Comments
 (0)