File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11import mesa
2- from wolf_sheep .random_walk import RandomWalker
2+ from .random_walk import RandomWalker
33
44
55class Sheep (RandomWalker ):
Original file line number Diff line number Diff line change 1111
1212import mesa
1313
14- from wolf_sheep .scheduler import RandomActivationByTypeFiltered
15- from wolf_sheep .agents import Sheep , Wolf , GrassPatch
14+ from .scheduler import RandomActivationByTypeFiltered
15+ from .agents import Sheep , Wolf , GrassPatch
1616
1717
1818class WolfSheep (mesa .Model ):
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ package_dir =
33 mesa_models.boltzmann_wealth_model = examples/boltzmann_wealth_model/boltzmann_wealth_model
44 mesa_models.schelling = examples/schelling
55 mesa_models.epstein_civil_violence = examples/epstein_civil_violence/epstein_civil_violence
6+ mesa_models.wolf_sheep = examples/wolf_sheep/wolf_sheep
You can’t perform that action at this time.
0 commit comments