I'm using Google Bard's Gemini to learn NESTML. It's giving me some unexpected results:
import nestml
from nestml.network import Network
from nestml.models import ConeNakaRushton
# Define network with Naka-Rushton cone model for primate 'cone_type' cones
network = Network()
cone_population = network.add_population("cones", ConeNakaRushton(species="human", cone_type=cone_type))
The NESTML network and models packages don't seem to exist. Also, how do I find more information about the network and models packages (or packages in general) for NESTML?
-- Alvin J. Spivey, Ph.D.
(c) 843.267.8055