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 9c30387 commit 31537d8Copy full SHA for 31537d8
examples/conways_game_of_life_fast/model.py
@@ -1,5 +1,6 @@
1
import numpy as np
2
-from mesa import DataCollector, Model
+from mesa import Model
3
+from mesa.datacollection import DataCollector
4
from mesa.space import PropertyLayer
5
from scipy.signal import convolve2d
6
0 commit comments