We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06c87d commit c01b04eCopy full SHA for c01b04e
examples/wolf_sheep/__init__.py
examples/wolf_sheep/wolf_sheep/model.py
@@ -11,8 +11,8 @@
11
12
import mesa
13
14
-from wolf_sheep.scheduler import RandomActivationByTypeFiltered
15
-from wolf_sheep.agents import Sheep, Wolf, GrassPatch
+from .scheduler import RandomActivationByTypeFiltered
+from .agents import Sheep, Wolf, GrassPatch
16
17
18
class WolfSheep(mesa.Model):
setup.cfg
@@ -3,3 +3,4 @@ package_dir =
3
mesa_models.boltzmann_wealth_model = examples/boltzmann_wealth_model/boltzmann_wealth_model
4
mesa_models.schelling = examples/schelling
5
mesa_models.epstein_civil_violence = examples/epstein_civil_violence/epstein_civil_violence
6
+ mesa_models.wolf_sheep = examples/wolf_sheep/wolf_sheep
0 commit comments