You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I generate a new package "TestMod", activate the environment, and add only "InteractiveDynamics" and "Agents", I get a Project.toml that looks like this:
(Originally this was created as an issue in the InteractiveDynamics repo, but the issue might be with requires so I'm reposting here):
I have a MWE where I would expect to get access to the
agents/
functions from InteractiveDynamics, but for some reason they don't get loaded.The main
InteractiveDynamics.jl
src file looks like this:If I
generate
a new package "TestMod", activate the environment, andadd
only "InteractiveDynamics" and "Agents", I get a Project.toml that looks like this:Then if my
TestMod.jl
file is simply:And I run:
I would expect to get access to all the functions within the
src/agents/
files, but we can see that I don't get access to any of them.Is this expected behavior? How can I get access to these functions from inside my "TestMod.jl" module?
Thanks
The text was updated successfully, but these errors were encountered: