When I copied the code of exercise 1,like this,
%matplotlib inline
import brian2 as b2
import matplotlib.pyplot as plt
import numpy as np
from neurodynex3.leaky_integrate_and_fire import LIF
from neurodynex3.tools import input_factory, plot_tools
LIF.getting_started()
LIF.print_default_parameters()
python reminded me,like this,
AttributeError: module 'brian2' has no attribute 'units'
When I copied the code of exercise 1,like this,
%matplotlib inline
import brian2 as b2
import matplotlib.pyplot as plt
import numpy as np
from neurodynex3.leaky_integrate_and_fire import LIF
from neurodynex3.tools import input_factory, plot_tools
LIF.getting_started()
LIF.print_default_parameters()
python reminded me,like this,
AttributeError: module 'brian2' has no attribute 'units'