Skip to content

Commit

Permalink
Fix tutorial and import
Browse files Browse the repository at this point in the history
  • Loading branch information
Corvince committed Oct 18, 2024
1 parent 4398c25 commit d78641e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/visualization_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"\n",
"# You can either define the BoltzmannWealthModel (aka MoneyModel) or install it\n",
"\n",
"from mesa.examples.basic import BoltzmannWealthModel"
"from mesa.examples import BoltzmannWealthModel"
]
},
{
Expand Down Expand Up @@ -87,7 +87,7 @@
"outputs": [],
"source": [
"model_params = {\n",
" \"N\": {\n",
" \"n\": {\n",
" \"type\": \"SliderInt\",\n",
" \"value\": 50,\n",
" \"label\": \"Number of agents:\",\n",
Expand Down
2 changes: 0 additions & 2 deletions mesa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import datetime

import mesa.examples as examples
import mesa.experimental as experimental
import mesa.space as space
import mesa.time as time
Expand All @@ -22,7 +21,6 @@
"DataCollector",
"batch_run",
"experimental",
"examples",
]

__title__ = "mesa"
Expand Down

0 comments on commit d78641e

Please sign in to comment.