Skip to content

Commit

Permalink
Merge pull request #633 from Naldershof/patch-1
Browse files Browse the repository at this point in the history
Correct Model Naming
  • Loading branch information
jackiekazil committed Feb 2, 2019
2 parents fae3e7f + ed255a9 commit 607ccf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/boid-flockers/Flocker Test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"outputs": [],
"source": [
"from flockers.model import BoidModel\n",
"from boid_flockers.model import BoidFlockers\n",
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"%matplotlib inline"
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"outputs": [],
"source": [
"model = BoidModel(100, 100, 100, speed=5, vision=5, separation=1)"
"model = BoidFlockers(100, 100, 100, speed=5, vision=5, separation=1)"
]
},
{
Expand Down

0 comments on commit 607ccf8

Please sign in to comment.