Skip to content

Commit

Permalink
Merge e22516c into dbe40d0
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianoF committed Jul 24, 2019
2 parents dbe40d0 + e22516c commit 578eaa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -62,7 +62,7 @@ target/
# Spyder app workspace config file
.spyderworkspace

# PyCharm environment files
# PyCharm and Visual Studio environment files
.idea/
.vscode/

Expand Down
2 changes: 1 addition & 1 deletion examples/wolf_sheep/wolf_sheep/test_random_walk.py
Expand Up @@ -8,7 +8,7 @@
from mesa.time import RandomActivation
from mesa.visualization.TextVisualization import TextVisualization, TextGrid

from random_walk import RandomWalker
from .random_walk import RandomWalker


class WalkerAgent(RandomWalker):
Expand Down

0 comments on commit 578eaa8

Please sign in to comment.