Description of problem
I have a running brian2 code which does work as I want it to be. However, even when I switch off the run report like this
run(tend*second)
I get some responses like this:
WARNING The name "nsiemens" refers to different objects in different namespaces used for resolving names in the context of group "neurongroup". Will use the object from the units namespace with the value nsiemens, but the name also refers to a variable in the run namespace with value '1. * nsiemens'. [brian2.groups.group.Group.resolve.resolution_conflict]
WARNING The name "mV" refers to different objects in different namespaces used for resolving names in the context of group "neurongroup". Will use the object from the units namespace with the value mvolt, but the name also refers to a variable in the run namespace with value '1. * mvolt'. [brian2.groups.group.Group.resolve.resolution_conflict]
WARNING The name "mV" refers to different objects in different namespaces used for resolving names in the context of group "synapses". Will use the object from the units namespace with the value mvolt, but the name also refers to a variable in the run namespace with value '1. * mvolt'. [brian2.groups.group.Group.resolve.resolution_conflict]
Is there a way to switch this off / clear it periodically as well ?
Minimal code to reproduce problem
What you have already tried
Nothing as off yet