File tree 3 files changed +0
-16
lines changed
3 files changed +0
-16
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,30 +2,25 @@ def test_import():
2
2
# This tests the new, simpler Mesa namespace. See
3
3
# https://github.com/projectmesa/mesa/pull/1294.
4
4
import mesa
5
- import mesa .flat as mf
6
5
from mesa .time import RandomActivation
7
6
8
7
_ = mesa .time .RandomActivation
9
8
_ = RandomActivation
10
- _ = mf .RandomActivation
11
9
12
10
from mesa .space import MultiGrid
13
11
14
12
_ = mesa .space .MultiGrid
15
13
_ = MultiGrid
16
- _ = mf .MultiGrid
17
14
18
15
from mesa .visualization_old .ModularVisualization import ModularServer
19
16
20
17
_ = mesa .visualization_old .ModularServer
21
18
_ = ModularServer
22
- _ = mf .ModularServer
23
19
24
20
from mesa .datacollection import DataCollector
25
21
26
22
_ = DataCollector
27
23
_ = mesa .DataCollector
28
- _ = mf .DataCollector
29
24
30
25
from mesa .batchrunner import batch_run
31
26
You can’t perform that action at this time.
0 commit comments